Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-30922 (GCVE-0-2026-30922)
Vulnerability from cvelistv5 – Published: 2026-03-18 02:29 – Updated: 2026-05-01 16:21- CWE-674 - Uncontrolled Recursion
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-30922",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-18T20:16:18.738732Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-18T20:17:53.102Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-05-01T16:21:04.773Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/20/4"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00001.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "pyasn1",
"vendor": "pyasn1",
"versions": [
{
"status": "affected",
"version": "\u003c 0.6.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands of nested `SEQUENCE` (`0x30`) or `SET` (`0x31`) tags with \"Indefinite Length\" (`0x80`) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a `RecursionError` or consumes all available memory (OOM), crashing the host application. This is a distinct vulnerability from CVE-2026-23490 (which addressed integer overflows in OID decoding). The fix for CVE-2026-23490 (`MAX_OID_ARC_CONTINUATION_OCTETS`) does not mitigate this recursion issue. Version 0.6.3 fixes this specific issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674: Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-18T02:29:45.857Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
},
{
"name": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
}
],
"source": {
"advisory": "GHSA-jr27-m4p2-rc6r",
"discovery": "UNKNOWN"
},
"title": "pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-30922",
"datePublished": "2026-03-18T02:29:45.857Z",
"dateReserved": "2026-03-07T16:40:05.884Z",
"dateUpdated": "2026-05-01T16:21:04.773Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-30922",
"date": "2026-07-01",
"epss": "0.0058",
"percentile": "0.43433"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-30922\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-18T04:17:18.397\",\"lastModified\":\"2026-06-17T10:33:09.313\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands of nested `SEQUENCE` (`0x30`) or `SET` (`0x31`) tags with \\\"Indefinite Length\\\" (`0x80`) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a `RecursionError` or consumes all available memory (OOM), crashing the host application. This is a distinct vulnerability from CVE-2026-23490 (which addressed integer overflows in OID decoding). The fix for CVE-2026-23490 (`MAX_OID_ARC_CONTINUATION_OCTETS`) does not mitigate this recursion issue. Version 0.6.3 fixes this specific issue.\"},{\"lang\":\"es\",\"value\":\"pyasn1 es una biblioteca ASN.1 gen\u00e9rica para Python. Antes de la versi\u00f3n 0.6.3, la biblioteca \u0027pyasn1\u0027 es vulnerable a un ataque de denegaci\u00f3n de servicio (DoS) causado por recursi\u00f3n incontrolada al decodificar datos ASN.1 con estructuras profundamente anidadas. Un atacante puede suministrar una carga \u00fatil manipulada que contenga miles de etiquetas \u0027SEQUENCE\u0027 (\u00270x30\u0027) o \u0027SET\u0027 (\u00270x31\u0027) anidadas con marcadores de \u0027Longitud Indefinida\u0027 (\u00270x80\u0027). Esto fuerza al decodificador a llamarse recursivamente hasta que el int\u00e9rprete de Python falla con un \u0027RecursionError\u0027 o consume toda la memoria disponible (OOM), provocando la ca\u00edda de la aplicaci\u00f3n anfitriona. Esta es una vulnerabilidad distinta de CVE-2026-23490 (que abord\u00f3 desbordamientos de enteros en la decodificaci\u00f3n de OID). La soluci\u00f3n para CVE-2026-23490 (\u0027MAX_OID_ARC_CONTINUATION_OCTETS\u0027) no mitiga este problema de recursi\u00f3n. La versi\u00f3n 0.6.3 soluciona este problema espec\u00edfico.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"pyasn1\",\"product\":\"pyasn1\",\"versions\":[{\"version\":\"\u003c 0.6.3\",\"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: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-03-18T20:16:18.738732Z\",\"id\":\"CVE-2026-30922\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:pyasn1:pyasn1:*:*:*:*:*:python:*:*\",\"versionEndExcluding\":\"0.6.3\",\"matchCriteriaId\":\"3F5F876E-E9B5-45D9-AE85-5E3E35AD09D7\"}]}]}],\"references\":[{\"url\":\"https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/20/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/05/msg00001.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/20/4\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2026/05/msg00001.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-05-01T16:21:04.773Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-30922\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-18T20:16:18.738732Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-18T20:17:44.631Z\"}}], \"cna\": {\"title\": \"pyasn1 Vulnerable to Denial of Service via Unbounded Recursion\", \"source\": {\"advisory\": \"GHSA-jr27-m4p2-rc6r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"pyasn1\", \"product\": \"pyasn1\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.6.3\"}]}], \"references\": [{\"url\": \"https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r\", \"name\": \"https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0\", \"name\": \"https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands of nested `SEQUENCE` (`0x30`) or `SET` (`0x31`) tags with \\\"Indefinite Length\\\" (`0x80`) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a `RecursionError` or consumes all available memory (OOM), crashing the host application. This is a distinct vulnerability from CVE-2026-23490 (which addressed integer overflows in OID decoding). The fix for CVE-2026-23490 (`MAX_OID_ARC_CONTINUATION_OCTETS`) does not mitigate this recursion issue. Version 0.6.3 fixes this specific issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674: Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-18T02:29:45.857Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-30922\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-01T16:21:04.773Z\", \"dateReserved\": \"2026-03-07T16:40:05.884Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-18T02:29:45.857Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:13553
Vulnerability from csaf_redhat - Published: 2026-05-04 17:23 - Updated: 2026-07-01 16:42A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.5",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\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:13553",
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69227",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27459",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32274",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33154",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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.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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13553.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Container Release Update",
"tracking": {
"current_release_date": "2026-07-01T16:42:08+00:00",
"generator": {
"date": "2026-07-01T16:42:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:13553",
"initial_release_date": "2026-05-04T17:23:21+00:00",
"revision_history": [
{
"date": "2026-05-04T17:23:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T17:23:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T16:42:08+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",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777407821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Aac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777407814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3A653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3Acd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Aaeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3A0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3Ae2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3Ae8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3Aceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Ac800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Ac2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3Af1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3Acbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Aaa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3A41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3Aaa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3A848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3Aae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3A0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3Ab1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3A2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3A94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Adbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3Af0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Ae8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3A7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3Ab8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Ad096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3A6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3Ad7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3Af13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3A3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Abaaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3Ad63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Af3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3Ac449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3Af6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3Ad3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Ad46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3Acb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3Ab1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Ac3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3Aacaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3A0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3Ae2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3A2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3Afa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69227",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-01-06T00:01:17.036900+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via specially crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products as it can lead to a Denial of Service (DoS) in applications utilizing the `aiohttp` library. Exploitation requires Python optimizations to be explicitly enabled (e.g., via `-O` or `PYTHONOPTIMIZE=1`) and the application to process POST requests using the `Request.post()` method. Red Hat products are affected if they meet these specific configuration and usage criteria.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s 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.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "RHBZ#2427256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259",
"url": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23"
}
],
"release_date": "2026-01-05T23:19:31.396000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via specially crafted POST request"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"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.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s 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.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-27459",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-03-18T00:01:41.404915+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448503"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyOpenSSL: DTLS cookie callback buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is only exploitable when an application using the pyOpenSSL library provides a custom callback to the set_cookie_generate_callback function. For the buffer overflow to occur, the callback function must return a cookie string or byte sequence longer than 256 bytes, limiting the exposure of this issue. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "RHBZ#2448503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448503"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst",
"url": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408",
"url": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4",
"url": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4"
}
],
"release_date": "2026-03-17T23:34:28.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure the callback provided to the set_cookie_generate_callback function strictly limits the returned cookie string or byte sequence to under 256 bytes.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyOpenSSL: DTLS cookie callback buffer overflow"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32274",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-12T20:01:22.957558+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447111"
}
],
"notes": [
{
"category": "description",
"text": "A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "black: Black: Arbitrary file writes from unsanitized user input in cache file name",
"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.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "RHBZ#2447111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d",
"url": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d"
},
{
"category": "external",
"summary": "https://github.com/psf/black/pull/5038",
"url": "https://github.com/psf/black/pull/5038"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/26.3.1",
"url": "https://github.com/psf/black/releases/tag/26.3.1"
},
{
"category": "external",
"summary": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m",
"url": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m"
}
],
"release_date": "2026-03-12T19:47:07.464000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "black: Black: Arbitrary file writes from unsanitized user input in cache file name"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-33154",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-03-20T21:01:35.498935+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449774"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection",
"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.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "RHBZ#2449774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449774"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33154"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7",
"url": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13",
"url": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p",
"url": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p"
}
],
"release_date": "2026-03-20T20:22:59.090000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+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.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection"
}
]
}
RHSA-2026:13902
Vulnerability from csaf_redhat - Published: 2026-05-06 04:38 - Updated: 2026-07-01 00:12An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for resource-agents is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\n\nSecurity Fix(es):\n\n* pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13902",
"url": "https://access.redhat.com/errata/RHSA-2026:13902"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13902.json"
}
],
"title": "Red Hat Security Advisory: resource-agents security update",
"tracking": {
"current_release_date": "2026-07-01T00:12:08+00:00",
"generator": {
"date": "2026-07-01T00:12:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:13902",
"initial_release_date": "2026-05-06T04:38:55+00:00",
"revision_history": [
{
"date": "2026-05-06T04:38:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-06T04:38:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T00:12:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.33.src",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.src",
"product_id": "resource-agents-0:4.9.0-54.el8_10.33.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.33?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"product_id": "resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.33?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.33?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.33?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.33?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"product_id": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.33?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.33?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.33?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.33?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.33?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.9.0-54.el8_10.33?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.9.0-54.el8_10.33?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.33?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.33?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.9.0-54.el8_10.33?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.33?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-54.el8_10.33.s390x",
"product": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.s390x",
"product_id": "resource-agents-0:4.9.0-54.el8_10.33.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-54.el8_10.33?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"product": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"product_id": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-54.el8_10.33?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"product_id": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-54.el8_10.33?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"product_id": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-54.el8_10.33?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.src",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.src",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T04:38:55+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13902"
},
{
"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": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debuginfo-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-debugsource-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-gcp-0:4.9.0-54.el8_10.33.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:resource-agents-paf-0:4.9.0-54.el8_10.33.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
]
}
RHSA-2026:13916
Vulnerability from csaf_redhat - Published: 2026-05-06 06:40 - Updated: 2026-07-01 00:12An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for fence-agents is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 ?4.1.11 MUST violation) (CVE-2026-32597)\n\n* pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13916",
"url": "https://access.redhat.com/errata/RHSA-2026:13916"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13916.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-07-01T00:12:09+00:00",
"generator": {
"date": "2026-07-01T00:12:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:13916",
"initial_release_date": "2026-05-06T06:40:52+00:00",
"revision_history": [
{
"date": "2026-05-06T06:40:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-06T06:40:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T00:12:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.16.0-13.el10_1.4.src",
"product": {
"name": "fence-agents-0:4.16.0-13.el10_1.4.src",
"product_id": "fence-agents-0:4.16.0-13.el10_1.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.16.0-13.el10_1.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.16.0-13.el10_1.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-13.el10_1.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-13.el10_1.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-13.el10_1.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-13.el10_1.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-13.el10_1.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-nutanix-ahv@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.16.0-13.el10_1.4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"product": {
"name": "fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"product_id": "fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.16.0-13.el10_1.4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.16.0-13.el10_1.4.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src"
},
"product_reference": "fence-agents-0:4.16.0-13.el10_1.4.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.16.0-13.el10_1.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch"
},
"product_reference": "fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x"
},
"product_reference": "fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T06:40:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13916"
},
{
"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": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T06:40:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13916"
},
{
"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": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
]
}
],
"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": [
"AppStream-10.1.Z:fence-agents-0:4.16.0-13.el10_1.4.src",
"AppStream-10.1.Z:fence-agents-aliyun-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-all-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-amt-ws-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-apc-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-aws-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-azure-arm-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-bladecenter-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-brocade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-mds-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-cisco-ucs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-common-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-debugsource-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-drac5-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eaton-snmp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-emerson-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-eps-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-gce-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-heuristics-ping-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-hpblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-powervs-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibm-vpc-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ibmblade-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ifmib-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-moonshot-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-mp-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo-ssh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ilo2-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-intelmodular-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipdu-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-ipmilan-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kdump-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-kubevirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-lpar-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-mpath-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-nutanix-ahv-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-openstack-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.aarch64",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.ppc64le",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-agents-redfish-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-agents-rhevm-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsa-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-rsb-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-sbd-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-scsi-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-virsh-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-rest-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-vmware-soap-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-wti-0:4.16.0-13.el10_1.4.noarch",
"AppStream-10.1.Z:fence-agents-zvm-0:4.16.0-13.el10_1.4.s390x",
"AppStream-10.1.Z:fence-virt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-cpg-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-multicast-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-serial-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:fence-virtd-tcp-debuginfo-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-0:4.16.0-13.el10_1.4.x86_64",
"AppStream-10.1.Z:ha-cloud-support-debuginfo-0:4.16.0-13.el10_1.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
RHSA-2026:13917
Vulnerability from csaf_redhat - Published: 2026-05-06 06:52 - Updated: 2026-07-01 00:12An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-0:4.10.0-98.el9_7.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-apc-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-common-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-eps-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-wti-0:4.10.0-98.el9_7.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virt-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13917",
"url": "https://access.redhat.com/errata/RHSA-2026:13917"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13917.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-07-01T00:12:09+00:00",
"generator": {
"date": "2026-07-01T00:12:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:13917",
"initial_release_date": "2026-05-06T06:52:25+00:00",
"revision_history": [
{
"date": "2026-05-06T06:52:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-06T06:52:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T00:12:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-98.el9_7.13.src",
"product": {
"name": "fence-agents-0:4.10.0-98.el9_7.13.src",
"product_id": "fence-agents-0:4.10.0-98.el9_7.13.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-98.el9_7.13?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-98.el9_7.13?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-98.el9_7.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-98.el9_7.13?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-98.el9_7.13?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-98.el9_7.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-98.el9_7.13?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-nutanix-ahv@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-98.el9_7.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"product_id": "fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-98.el9_7.13?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-98.el9_7.13.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-0:4.10.0-98.el9_7.13.src"
},
"product_reference": "fence-agents-0:4.10.0-98.el9_7.13.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-apc-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-common-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-eps-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-98.el9_7.13.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-wti-0:4.10.0-98.el9_7.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virt-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le"
},
"product_reference": "ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:fence-agents-0:4.10.0-98.el9_7.13.src",
"AppStream-9.7.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T06:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:fence-agents-0:4.10.0-98.el9_7.13.src",
"AppStream-9.7.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13917"
},
{
"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": [
"AppStream-9.7.0.Z.MAIN:fence-agents-0:4.10.0-98.el9_7.13.src",
"AppStream-9.7.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"AppStream-9.7.0.Z.MAIN:fence-agents-0:4.10.0-98.el9_7.13.src",
"AppStream-9.7.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-all-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-aws-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-brocade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-common-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-compute-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-drac5-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-emerson-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-eps-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-gce-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-lpar-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-mpath-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-nutanix-ahv-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-openstack-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.aarch64",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-agents-redfish-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsa-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-rsb-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-sbd-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-scsi-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-virsh-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-wti-0:4.10.0-98.el9_7.13.noarch",
"AppStream-9.7.0.Z.MAIN:fence-agents-zvm-0:4.10.0-98.el9_7.13.s390x",
"AppStream-9.7.0.Z.MAIN:fence-virt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.ppc64le",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-0:4.10.0-98.el9_7.13.x86_64",
"AppStream-9.7.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-98.el9_7.13.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
]
}
RHSA-2026:14020
Vulnerability from csaf_redhat - Published: 2026-05-06 11:39 - Updated: 2026-07-01 19:47A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64 | — |
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64 | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64 | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64 | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_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": "Release of components for the Service Telemetry Framework",
"title": "Topic"
},
{
"category": "general",
"text": "Service Telemetry Framework (STF) provides automated collection of measurements and data from remote clients, such as Red Hat OpenStack Platform or third-party nodes. STF then transmits the information to a centralized, receiving Red Hat OpenShift Container Platform deployment for storage, retrieval, and monitoring.\n\nSecurity Fixes:\n* pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID (CVE-2026-23490)\n* Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking (CVE-2026-24049)\n* Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n* pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n* Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n* Excessive resource consumption when printing error string for host certificate validation in crypto/x509 (CVE-2025-61729)",
"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:14020",
"url": "https://access.redhat.com/errata/RHSA-2026:14020"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14020.json"
}
],
"title": "Red Hat Security Advisory: Release of components for Service Telemetry Framework 1.5.7",
"tracking": {
"current_release_date": "2026-07-01T19:47:39+00:00",
"generator": {
"date": "2026-07-01T19:47:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:14020",
"initial_release_date": "2026-05-06T11:39:14+00:00",
"revision_history": [
{
"date": "2026-05-06T11:39:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-06T11:39:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T19:47:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack 1.5",
"product": {
"name": "Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:stf:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"product": {
"name": "registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"product_id": "registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-webhook-snmp-rhel9@sha256%3Af491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777452540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"product": {
"name": "registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"product_id": "registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-operator-bundle@sha256%3A1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777453299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"product": {
"name": "registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"product_id": "registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-rhel9-operator@sha256%3A6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777407251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"product": {
"name": "registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"product_id": "registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-bridge-rhel9@sha256%3A58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777463768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"product": {
"name": "registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"product_id": "registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel9@sha256%3A73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777452570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"product": {
"name": "registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"product_id": "registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-operator-bundle@sha256%3Afdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777464350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64",
"product": {
"name": "registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64",
"product_id": "registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-rhel9-operator@sha256%3A247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d?arch=amd64\u0026repository_url=registry.redhat.io/stf\u0026tag=1777436150"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64"
},
"product_reference": "registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64"
},
"product_reference": "registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64"
},
"product_reference": "registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64"
},
"product_reference": "registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64"
},
"product_reference": "registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64"
},
"product_reference": "registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64 as a component of Red Hat OpenStack 1.5",
"product_id": "Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
},
"product_reference": "registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64",
"relates_to_product_reference": "Red Hat OpenStack 1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
],
"known_not_affected": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T11:39:14+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container\nCatalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14020"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64"
],
"known_not_affected": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T11:39:14+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container\nCatalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14020"
},
{
"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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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 OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64"
],
"known_not_affected": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T11:39:14+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container\nCatalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14020"
},
{
"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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
],
"known_not_affected": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T11:39:14+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container\nCatalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14020"
},
{
"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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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 OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64"
],
"known_not_affected": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T11:39:14+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container\nCatalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14020"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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 OpenStack 1.5:registry.redhat.io/stf/prometheus-webhook-snmp-rhel9@sha256:f491bfd1f9829050d5ca68786aa1bdf74f1ce6e030b7c1112cc68b3858d83b88_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-operator-bundle@sha256:1abefb6eb3d624f2b9b827f31ecae69a2c84e50a2fe91be81d01d6c2b4ec766b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/service-telemetry-rhel9-operator@sha256:6a9a6329f33c56bd44d760fa0d80a6c34b6a5d5942cf5a32b46e49899f546483_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-bridge-rhel9@sha256:58085c6b3136a28e803409d7203486650b276f2c7aaf124936b0166738a11f8b_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/sg-core-rhel9@sha256:73bbc51fe49e965907f35d7176759235bff876032e40616366093ead21372c71_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-operator-bundle@sha256:fdff297b0f11bac06d6e4d82e1dc8724ab42f0be6a0fdcbc5cd6c80c7bc7bffe_amd64",
"Red Hat OpenStack 1.5:registry.redhat.io/stf/smart-gateway-rhel9-operator@sha256:247fd48abbb8862bff7aa76d742a8edcbb4bc0cef35b5624c458a502cd709a8d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
}
]
}
RHSA-2026:16009
Vulnerability from csaf_redhat - Published: 2026-05-11 14:14 - Updated: 2026-07-01 19:40A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the 'helpfile' option. A local user could exploit this by providing a specially crafted 'helpfile' option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. By including a newline character in a pattern passed to Vim's glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user's shell settings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat AI Inference Server 3.3.3 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16009",
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-40403",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14831",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23868",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25749",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26209",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27135",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27622",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28417",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28421",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33412",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3497",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4111",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42308",
"url": "https://access.redhat.com/security/cve/CVE-2026-42308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42309",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42310",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42311",
"url": "https://access.redhat.com/security/cve/CVE-2026-42311"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4424",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4519",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5121",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5201",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"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_16009.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (ROCm)",
"tracking": {
"current_release_date": "2026-07-01T19:40:49+00:00",
"generator": {
"date": "2026-07-01T19:40:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:16009",
"initial_release_date": "2026-05-11T14:14:38+00:00",
"revision_history": [
{
"date": "2026-05-11T14:14:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-12T17:26:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T19:40:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.3",
"product": {
"name": "Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3Ada9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244531"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40403",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-03-04T12:01:50.826520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349766"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Processing web content may disclose sensitive information",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is a duplicate of CVE-2022-4909.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "RHBZ#2349766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349766"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/10",
"url": "http://seclists.org/fulldisclosure/2023/Oct/10"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/3",
"url": "http://seclists.org/fulldisclosure/2023/Oct/3"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/4",
"url": "http://seclists.org/fulldisclosure/2023/Oct/4"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/5",
"url": "http://seclists.org/fulldisclosure/2023/Oct/5"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/6",
"url": "http://seclists.org/fulldisclosure/2023/Oct/6"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/8",
"url": "http://seclists.org/fulldisclosure/2023/Oct/8"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/9",
"url": "http://seclists.org/fulldisclosure/2023/Oct/9"
},
{
"category": "external",
"summary": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211",
"url": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211"
},
{
"category": "external",
"summary": "https://bugzilla.gnome.org/show_bug.cgi?id=751621",
"url": "https://bugzilla.gnome.org/show_bug.cgi?id=751621"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94"
},
{
"category": "external",
"summary": "https://support.apple.com/en-us/HT213927",
"url": "https://support.apple.com/en-us/HT213927"
}
],
"release_date": "2023-09-26T20:14:54.697000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: Processing web content may disclose sensitive information"
},
{
"cve": "CVE-2025-14831",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-12-17T14:48:30.222000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. GnuTLS is susceptible to a denial of service attack due to excessive CPU and memory consumption. This occurs when processing specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs) during certificate verification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "RHBZ#2423177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1773",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1773"
}
],
"release_date": "2026-02-09T14:26:34.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification"
},
{
"cve": "CVE-2026-3497",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-12T19:01:37.007806+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This vulnerability affects the OpenSSH GSSAPI delta as implemented in Red Hat Enterprise Linux and OpenShift Container Platform. An unauthenticated attacker could send a specially crafted GSSAPI message during key exchange, leading to the use of uninitialized variables and potentially undefined behavior. The severity of the impact is dependent on compiler hardening configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "RHBZ#2447085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://ubuntu.com/security/CVE-2026-3497",
"url": "https://ubuntu.com/security/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/03/12/3",
"url": "https://www.openwall.com/lists/oss-security/2026/03/12/3"
}
],
"release_date": "2026-03-12T18:27:44.917000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable GSSAPI key exchange in the OpenSSH server configuration. This prevents the server from processing GSSAPI messages, eliminating the vulnerability\u0027s attack surface.\n\nEdit `/etc/ssh/sshd_config` and add or modify the line:\n```\nGSSAPIKeyExchange no\n```\n\nAfter saving the changes, restart the `sshd` service for the mitigation to take effect. This action will prevent users from authenticating via GSSAPI.\n\n```\n# systemctl restart sshd\n```",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4111",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-11T11:18:51.609000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team would likely assess the severity of this vulnerability as High because it allows remote attackers to cause a persistent denial-of-service condition using a small crafted archive file. Successful exploitation requires no authentication, no special configuration, and no user interaction in environments that automatically process uploaded archives. By repeatedly submitting malicious archives, an attacker can exhaust CPU resources or worker threads in services such as file upload systems, CI/CD pipelines, mail scanners, and content indexing services that rely on libarchive for archive extraction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "RHBZ#2446453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4111"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2877",
"url": "https://github.com/libarchive/libarchive/pull/2877"
}
],
"release_date": "2026-03-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4424",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-19T12:22:21.740000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449006"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This heap out-of-bounds read vulnerability in libarchive\u0027s RAR archive processing logic can lead to information disclosure. A remote attacker can exploit this flaw by providing a specially crafted RAR archive, potentially revealing sensitive heap memory information without requiring authentication or user interaction on systems that process untrusted archives.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "RHBZ#2449006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449006"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2898",
"url": "https://github.com/libarchive/libarchive/pull/2898"
}
],
"release_date": "2026-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-5121",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-30T07:40:25.358335+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452945"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: An integer overflow flaw in `libarchive` on 32-bit systems can lead to a heap buffer overflow. This vulnerability occurs when processing a specially crafted ISO9660 image, allowing an attacker to potentially execute arbitrary code. Red Hat Enterprise Linux 64-bit systems are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "RHBZ#2452945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc",
"url": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2934",
"url": "https://github.com/libarchive/libarchive/pull/2934"
}
],
"release_date": "2026-03-30T07:44:15.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted ISO9660 images with applications that utilize `libarchive`. Users should only extract or read content from ISO images obtained from trusted sources.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing"
},
{
"acknowledgments": [
{
"names": [
"Ka\u011fan \u00c7apar"
]
}
],
"cve": "CVE-2026-5201",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-03-31T07:17:23.696000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important heap-based buffer overflow flaw exists in the `gdk-pixbuf` library\u0027s JPEG image loader. This vulnerability can be triggered automatically without user interaction when processing a specially crafted JPEG image, such as during thumbnail generation. Successful exploitation leads to application crashes and denial-of-service conditions in applications utilizing `gdk-pixbuf` for image handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "RHBZ#2453291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304",
"url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304"
}
],
"release_date": "2026-03-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "To reduce the risk of exploitation, avoid opening or processing untrusted JPEG image files. This operational control helps prevent the automatic triggering of the vulnerability, for example, during thumbnail generation, which could otherwise lead to application instability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image"
},
{
"cve": "CVE-2026-23868",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-10T20:01:10.215637+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "giflib: Giflib: Double-free vulnerability leading to memory corruption",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "RHBZ#2446207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7",
"url": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23868",
"url": "https://www.facebook.com/security/advisories/cve-2026-23868"
}
],
"release_date": "2026-03-10T18:53:25.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "giflib: Giflib: Double-free vulnerability leading to memory corruption"
},
{
"cve": "CVE-2026-25749",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-09T11:08:59.061581+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437843"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the \u0027helpfile\u0027 option. A local user could exploit this by providing a specially crafted \u0027helpfile\u0027 option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in Vim\u0027s tag file resolution logic allows a local attacker to achieve a out-of-bounds write. By providing a specially crafted `helpfile` option value a local user can trigger a heap buffer overflow, as consequence lead to memory corruption presenting a data integrity impact or leading the vim process to crash resulting in availability impact. Although being non-trivial and very complex, arbitrary code execution is not discarded as worst case scenario.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "RHBZ#2437843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437843"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9",
"url": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.1.2132",
"url": "https://github.com/vim/vim/releases/tag/v9.1.2132"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43",
"url": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43"
}
],
"release_date": "2026-02-06T22:43:38.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing"
},
{
"cve": "CVE-2026-26209",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-23T19:02:13.009646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR 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 AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "RHBZ#2450422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26209"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b",
"url": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/pull/275",
"url": "https://github.com/agronholm/cbor2/pull/275"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/releases/tag/5.9.0",
"url": "https://github.com/agronholm/cbor2/releases/tag/5.9.0"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642",
"url": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642"
}
],
"release_date": "2026-03-23T18:53:10.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads"
},
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-18T19:02:13.823002+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448754"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "RHBZ#2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
}
],
"release_date": "2026-03-18T17:59:02.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
},
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
},
{
"cve": "CVE-2026-28417",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-02-27T22:01:53.728412+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "RHBZ#2443455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860",
"url": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0073",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0073"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336",
"url": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336"
}
],
"release_date": "2026-02-27T21:54:35.196000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin"
},
{
"cve": "CVE-2026-28421",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-27T23:01:44.673504+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443474"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of service and information disclosure via crafted swap file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "RHBZ#2443474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443474"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/65c1a143c331c886dc28",
"url": "https://github.com/vim/vim/commit/65c1a143c331c886dc28"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0077",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0077"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p"
}
],
"release_date": "2026-02-27T22:06:34.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of service and information disclosure via crafted swap file"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-33412",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-03-24T20:02:21.511965+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. By including a newline character in a pattern passed to Vim\u0027s glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user\u0027s shell settings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via command injection in glob() function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "RHBZ#2450907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33412"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a",
"url": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0202",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0202"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c",
"url": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c"
}
],
"release_date": "2026-03-24T19:43:07.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via command injection in glob() function"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-42309",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-09T06:01:11.401932+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via specially crafted coordinate input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact vulnerability in the Pillow Python imaging library could lead to a denial of service. Applications processing untrusted image data that utilize specific Pillow APIs, such as `ImagePath.Path`, `ImageDraw.ImageDraw.polygon`, or `ImageDraw.ImageDraw.line`, with specially crafted nested list coordinates are susceptible to a heap buffer overflow.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "RHBZ#2468458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42309"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2"
}
],
"release_date": "2026-05-09T04:08:10.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via specially crafted coordinate input"
},
{
"cve": "CVE-2026-42310",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-05-09T06:01:21.465052+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468461"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via malicious PDF processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "RHBZ#2468461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468461"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42310"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468",
"url": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9519",
"url": "https://github.com/python-pillow/Pillow/pull/9519"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7"
}
],
"release_date": "2026-05-09T04:10:48.395000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via malicious PDF processing"
}
]
}
RHSA-2026:17083
Vulnerability from csaf_redhat - Published: 2026-05-13 15:29 - Updated: 2026-07-01 00:12An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for fence-agents is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 ?4.1.11 MUST violation) (CVE-2026-32597)\n\n* pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:17083",
"url": "https://access.redhat.com/errata/RHSA-2026:17083"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17083.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-07-01T00:12:11+00:00",
"generator": {
"date": "2026-07-01T00:12:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:17083",
"initial_release_date": "2026-05-13T15:29:42+00:00",
"revision_history": [
{
"date": "2026-05-13T15:29:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T15:29:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T00:12:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.16.0-5.el10_0.9.src",
"product": {
"name": "fence-agents-0:4.16.0-5.el10_0.9.src",
"product_id": "fence-agents-0:4.16.0-5.el10_0.9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.16.0-5.el10_0.9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.16.0-5.el10_0.9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-5.el10_0.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-5.el10_0.9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-5.el10_0.9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-5.el10_0.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-5.el10_0.9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-nutanix-ahv@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.16.0-5.el10_0.9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"product": {
"name": "fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"product_id": "fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.16.0-5.el10_0.9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.16.0-5.el10_0.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src"
},
"product_reference": "fence-agents-0:4.16.0-5.el10_0.9.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.16.0-5.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch"
},
"product_reference": "fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x"
},
"product_reference": "fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:29:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17083"
},
{
"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": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:29:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17083"
},
{
"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": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z.E2S:fence-agents-0:4.16.0-5.el10_0.9.src",
"AppStream-10.0.Z.E2S:fence-agents-aliyun-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-all-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-amt-ws-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-apc-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-aws-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-azure-arm-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-bladecenter-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-brocade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-mds-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-cisco-ucs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-common-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-debugsource-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-drac5-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eaton-snmp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-emerson-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-eps-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-gce-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-heuristics-ping-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-hpblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-powervs-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibm-vpc-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ibmblade-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ifmib-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-moonshot-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-mp-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo-ssh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ilo2-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-intelmodular-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipdu-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-ipmilan-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kdump-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-kubevirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-lpar-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-mpath-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-nutanix-ahv-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-openstack-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.aarch64",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.ppc64le",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-agents-redfish-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-agents-rhevm-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsa-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-rsb-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-sbd-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-scsi-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-virsh-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-rest-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-vmware-soap-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-wti-0:4.16.0-5.el10_0.9.noarch",
"AppStream-10.0.Z.E2S:fence-agents-zvm-0:4.16.0-5.el10_0.9.s390x",
"AppStream-10.0.Z.E2S:fence-virt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-cpg-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-libvirt-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-multicast-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-serial-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:fence-virtd-tcp-debuginfo-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-0:4.16.0-5.el10_0.9.x86_64",
"AppStream-10.0.Z.E2S:ha-cloud-support-debuginfo-0:4.16.0-5.el10_0.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
RHSA-2026:17611
Vulnerability from csaf_redhat - Published: 2026-05-14 13:49 - Updated: 2026-07-01 19:40A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64 | — | ||
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64 | — | ||
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64 | — | ||
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64 | — | ||
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64 | — |
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_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 Enterprise Linux AI 3.3.3 is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae Enterprise Linux\u00ae AI is a foundation model platform to seamlessly develop, test,\nand run Granite family large language models (LLMs) for enterprise applications.",
"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:17611",
"url": "https://access.redhat.com/errata/RHSA-2026:17611"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/ai",
"url": "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/ai"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17611.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Enterprise Linux AI 3.3.3",
"tracking": {
"current_release_date": "2026-07-01T19:40:52+00:00",
"generator": {
"date": "2026-07-01T19:40:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:17611",
"initial_release_date": "2026-05-14T13:49:52+00:00",
"revision_history": [
{
"date": "2026-05-14T13:49:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-14T13:50:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T19:40:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AI 3.3",
"product": {
"name": "Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux_ai:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"product_id": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-cuda-rhel9@sha256%3Af6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703?arch=amd64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778666122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"product_id": "registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-aws-cuda-rhel9@sha256%3Afe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded?arch=amd64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778677633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"product_id": "registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-azure-cuda-rhel9@sha256%3A20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929?arch=amd64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778677632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"product_id": "registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-gcp-cuda-rhel9@sha256%3A3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989?arch=amd64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778677632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64",
"product_id": "registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-rocm-rhel9@sha256%3Ad32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb?arch=amd64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778666124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"product_id": "registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-azure-rocm-rhel9@sha256%3Aa5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121?arch=amd64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778677745"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"product": {
"name": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"product_id": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/bootc-cuda-rhel9@sha256%3A0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e?arch=arm64\u0026repository_url=registry.redhat.io/rhelai3\u0026tag=1778666122"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64 as a component of Red Hat Enterprise Linux AI 3.3",
"product_id": "Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
},
"product_reference": "registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64",
"relates_to_product_reference": "Red Hat Enterprise Linux AI 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"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 Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
],
"known_not_affected": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T13:49:52+00:00",
"details": "Before applying this update, ensure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17611"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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 Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
],
"known_not_affected": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T13:49:52+00:00",
"details": "Before applying this update, ensure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17611"
},
{
"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 Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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 Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T13:49:52+00:00",
"details": "Before applying this update, ensure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17611"
},
{
"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 Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_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 Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-aws-cuda-rhel9@sha256:fe3f9992abba61ac90a59107f6f37877876f7cc53378a9712eafb6ebb8a23ded_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-cuda-rhel9@sha256:20f1fe37363bad77ad79184fcd87a1e0b1789d97098726f9b1f9012a90e06929_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-azure-rocm-rhel9@sha256:a5256e0394dbb29e2757969d0a4cacbd1205f3e09bb668d40800133599d75121_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:0e0e0f327f586006f1333353184ebddccb91f1e4dc6ab0d3b96ce2e0e065808e_arm64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-cuda-rhel9@sha256:f6f6aa6af83e4005c230be33d0ee66d1826c48bd8e1445049a1550b01a00e703_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-gcp-cuda-rhel9@sha256:3c547595d6b8170a6858ac6b922dc594613c350c9cfa37e83425c247fb795989_amd64",
"Red Hat Enterprise Linux AI 3.3:registry.redhat.io/rhelai3/bootc-rocm-rhel9@sha256:d32e15099dad41250e88b8b5030ce34015e084edbf32b06bc00cf97cf30663cb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
}
]
}
RHSA-2026:19138
Vulnerability from csaf_redhat - Published: 2026-05-19 16:22 - Updated: 2026-07-01 00:12An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for fence-agents is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 ?4.1.11 MUST violation) (CVE-2026-32597)\n\n* pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19138",
"url": "https://access.redhat.com/errata/RHSA-2026:19138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19138.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-07-01T00:12:14+00:00",
"generator": {
"date": "2026-07-01T00:12:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:19138",
"initial_release_date": "2026-05-19T16:22:56+00:00",
"revision_history": [
{
"date": "2026-05-19T16:22:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T16:22:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T00:12:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.16.0-21.el10_2.1.src",
"product": {
"name": "fence-agents-0:4.16.0-21.el10_2.1.src",
"product_id": "fence-agents-0:4.16.0-21.el10_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.16.0-21.el10_2.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.16.0-21.el10_2.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-21.el10_2.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-21.el10_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-21.el10_2.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common-debuginfo@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.16.0-21.el10_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.16.0-21.el10_2.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-nutanix-ahv@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.16.0-21.el10_2.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"product": {
"name": "fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"product_id": "fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.16.0-21.el10_2.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.16.0-21.el10_2.1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src"
},
"product_reference": "fence-agents-0:4.16.0-21.el10_2.1.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.16.0-21.el10_2.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch"
},
"product_reference": "fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x"
},
"product_reference": "fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:22:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19138"
},
{
"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": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T16:22:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19138"
},
{
"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": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
]
}
],
"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": [
"AppStream-10.2.Z:fence-agents-0:4.16.0-21.el10_2.1.src",
"AppStream-10.2.Z:fence-agents-aliyun-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-all-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-amt-ws-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-apc-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-aws-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-azure-arm-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-bladecenter-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-brocade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-mds-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-cisco-ucs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-common-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-debugsource-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-drac5-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eaton-snmp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-emerson-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-eps-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-gce-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-heuristics-ping-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-hpblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-powervs-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibm-vpc-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ibmblade-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ifmib-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-moonshot-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-mp-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo-ssh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ilo2-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-intelmodular-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipdu-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-ipmilan-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kdump-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-kubevirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-lpar-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-mpath-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-nutanix-ahv-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-openstack-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.aarch64",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.ppc64le",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-agents-redfish-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-agents-rhevm-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsa-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-rsb-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-sbd-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-scsi-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-virsh-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-rest-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-vmware-soap-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-wti-0:4.16.0-21.el10_2.1.noarch",
"AppStream-10.2.Z:fence-agents-zvm-0:4.16.0-21.el10_2.1.s390x",
"AppStream-10.2.Z:fence-virt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-cpg-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-libvirt-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-multicast-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-serial-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:fence-virtd-tcp-debuginfo-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-0:4.16.0-21.el10_2.1.x86_64",
"AppStream-10.2.Z:ha-cloud-support-debuginfo-0:4.16.0-21.el10_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
RHSA-2026:19355
Vulnerability from csaf_redhat - Published: 2026-05-19 22:05 - Updated: 2026-07-01 00:12A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves (CVE-2026-26007)\n\n* pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 ?4.1.11 MUST violation) (CVE-2026-32597)\n\n* pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19355",
"url": "https://access.redhat.com/errata/RHSA-2026:19355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19355.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-07-01T00:12:16+00:00",
"generator": {
"date": "2026-07-01T00:12:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:19355",
"initial_release_date": "2026-05-19T22:05:17+00:00",
"revision_history": [
{
"date": "2026-05-19T22:05:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T22:05:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T00:12:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-110.el9_8.2.src",
"product": {
"name": "fence-agents-0:4.10.0-110.el9_8.2.src",
"product_id": "fence-agents-0:4.10.0-110.el9_8.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-110.el9_8.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-110.el9_8.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-110.el9_8.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-110.el9_8.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-110.el9_8.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-110.el9_8.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-110.el9_8.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-nutanix-ahv@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-110.el9_8.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"product_id": "fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-110.el9_8.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-110.el9_8.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src"
},
"product_reference": "fence-agents-0:4.10.0-110.el9_8.2.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-110.el9_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le"
},
"product_reference": "ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T22:05:17+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19355"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
}
],
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T22:05:17+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19355"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T22:05:17+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19355"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
}
],
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-0:4.10.0-110.el9_8.2.src",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-nutanix-ahv-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-110.el9_8.2.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-110.el9_8.2.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-110.el9_8.2.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-110.el9_8.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
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.