Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-27516 (GCVE-0-2025-27516)
Vulnerability from cvelistv5 – Published: 2025-03-05 20:40 – Updated: 2026-02-26 19:09- CWE-1336 - Improper Neutralization of Special Elements Used in a Template Engine
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-27516",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-31T03:56:03.356670Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-26T19:09:45.280Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T19:45:35.548Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jinja",
"vendor": "pallets",
"versions": [
{
"status": "affected",
"version": "\u003c 3.1.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1336",
"description": "CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-03-05T20:40:06.568Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
},
{
"name": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
}
],
"source": {
"advisory": "GHSA-cpwx-vrp4-4pq7",
"discovery": "UNKNOWN"
},
"title": "Jinja sandbox breakout through attr filter selecting format method"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-27516",
"datePublished": "2025-03-05T20:40:06.568Z",
"dateReserved": "2025-02-26T18:11:52.307Z",
"dateUpdated": "2026-02-26T19:09:45.280Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-27516",
"date": "2026-08-10",
"epss": "0.00497",
"percentile": "0.39968"
},
"microsoft_vex": {
"current_release_date": "2026-02-18T01:19:32.000Z",
"cve": "CVE-2025-27516",
"id": "msrc_CVE-2025-27516",
"initial_release_date": "2025-03-02T00:00:00.000Z",
"product_status:fixed": "7",
"product_status:known_affected": "7",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Jinja sandbox breakout through attr filter selecting format method",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-27516.json",
"version": "5"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-27516\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-05T21:15:20.073\",\"lastModified\":\"2026-06-17T09:03:44.560\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.\"},{\"lang\":\"es\",\"value\":\"Jinja es un motor de plantillas extensible. Antes de la versi\u00f3n 3.1.6, un descuido en la forma en que el entorno aislado de Jinja interact\u00faa con el filtro |attr permite que un atacante que controla el contenido de una plantilla ejecute c\u00f3digo Python arbitrario. Para explotar la vulnerabilidad, un atacante debe controlar el contenido de una plantilla. Si ese es el caso depende del tipo de aplicaci\u00f3n que utilice Jinja. Esta vulnerabilidad afecta a los usuarios de aplicaciones que ejecutan plantillas no confiables. El entorno aislado de Jinja detecta las llamadas a str.format y garantiza que no escapen del entorno aislado. Sin embargo, es posible utilizar el filtro |attr para obtener una referencia al m\u00e9todo de formato simple de una cadena, sin pasar por el entorno aislado. Despu\u00e9s de la correcci\u00f3n, el filtro |attr ya no pasa por alto la b\u00fasqueda de atributos del entorno. Esta vulnerabilidad se corrigi\u00f3 en la versi\u00f3n 3.1.6.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"pallets\",\"product\":\"jinja\",\"versions\":[{\"version\":\"\u003c 3.1.6\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-07-31T03:56:03.356670Z\",\"id\":\"CVE-2025-27516\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1336\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.1.6\",\"matchCriteriaId\":\"331B4BEB-27DD-4593-AB42-5A218EFA4526\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-09T03:01:39+00:00",
"cve": "CVE-2025-27516",
"id": "CVE-2025-27516",
"initial_release_date": "2025-03-05T20:40:06.568000+00:00",
"product_status:fixed": "1015",
"product_status:known_affected": "19",
"product_status:known_not_affected": "2406",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-27516.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-01T00:14:07Z",
"cve": "CVE-2025-27516",
"id": "CVE-2025-27516",
"initial_release_date": "2025-03-07T02:36:51Z",
"product_status:known_affected": "387",
"product_status:recommended": "150",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-27516",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-27516.json",
"version": "52"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/04/msg00045.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T19:45:35.548Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-27516\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-31T03:56:03.356670Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-05T20:53:36.247Z\"}}], \"cna\": {\"title\": \"Jinja sandbox breakout through attr filter selecting format method\", \"source\": {\"advisory\": \"GHSA-cpwx-vrp4-4pq7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"pallets\", \"product\": \"jinja\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.1.6\"}]}], \"references\": [{\"url\": \"https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\", \"name\": \"https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403\", \"name\": \"https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1336\", \"description\": \"CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-03-05T20:40:06.568Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-27516\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-26T19:09:45.280Z\", \"dateReserved\": \"2025-02-26T18:11:52.307Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-03-05T20:40:06.568Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHBA-2025:3652
Vulnerability from csaf_redhat - Published: 2025-04-21 05:56 - Updated: 2026-08-10 12:27A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the 'Transfer-Encoding' header.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_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 Quay 3.12.9 is now available with bug fixes.\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": "Quay 3.12.9",
"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/RHBA-2025:3652",
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_3652.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.12.9 bug fix release",
"tracking": {
"current_release_date": "2026-08-10T12:27:47+00:00",
"generator": {
"date": "2026-08-10T12:27:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHBA-2025:3652",
"initial_release_date": "2025-04-21T05:56:52+00:00",
"revision_history": [
{
"date": "2025-04-21T05:56:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-21T05:56:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-10T12:27:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.9-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"product_id": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"product_id": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.9-15"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"product_id": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.9-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.9-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"product_id": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.9-15"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"product_id": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.9-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.9-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"product_id": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.9-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"product_id": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.9-15"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.9-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"product_id": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.9-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6827",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-03-20T11:07:09.471036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2353700"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the \u0027Transfer-Encoding\u0027 header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6827"
},
{
"category": "external",
"summary": "RHBZ#2353700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353700"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7",
"url": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7"
}
],
"release_date": "2025-03-20T10:09:55.725000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "workaround",
"details": "Red Hat Product Security currently does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-21T05:56:52+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3652"
}
],
"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": [
"8Base-Quay-3:quay/clair-rhel8@sha256:34790b8a4a822ab175a7ecdae0780a3aa9b7ff1514551872f739bb09c29d6f38_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:85be832080d7b7d926d867ae0ff7221cdbf0eae547c7a001cef386751d9ee33c_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:91d87dd972ffcb5f6f5816bc8230c6d6ee5a0b05c93bb7835219a3071b51c71a_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7ae378dc3dde53a4f9f1e306fdbed285ef7e76825d37442838c8c559ce0247c1_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:a727fe3de80c4d453b988a836ac3603ed74557c1216d7856f2e4811e498ccb88_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d0bf57b80b5e7f651c6b2b5065b254d2c15a27b78797e54806f49e42e5c005d9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:01b9068a46e4247b6d82dbfca2638e2a65ab8865153041095147026fc095eaf8_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:5f0dbf0ecc76e4f7801d32817c2d94af5d53092a976a07873b2178a1956d85ff_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:e1cba8f320e9b9bd0e03c16ab4dcf1df732d00e7801a756fc1f0b991a825307f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:ae8ef1d4e3008e90bfc741495528d69fe00738bc26434296c44eceba58ff5689_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:c520b578db802c3a4be452c19b3d2cdd0e6e253b6af49b33e4e53667ad33d32e_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e95226fbb50c690c3f781b29c6fdf2bc07b31fada34a07299549aff69059f787_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:06f9a6fd3ff94dea7ac118a2eb4207dd70875e84df4fdc0aee3ec4539d123eb3_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:31cc757862f8a72e3b28dad7969996c6d30cb331ffd0e2b9118f31ed7f81b37e_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:ddcc66bf8221a679c73b3dbf7de905113f03a90c8fb55e2b49dd058b621e0ae9_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:020aef030a5c28e95ad5a9de996483764d4f65b3d5f2d8af4f352171bd006504_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:20de35a6f5a39383d2a5d4a97e23a682e53f897117d091f7e7328949da1e004e_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d2dad1434cbf1acbdb1d83744984f812b113e64aee3adcbc1cb01068ff462e40_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2be6546905f6cd4a458bc77ad39bb1052def8c2482e6fe99a49db20059c21fd4_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b80c80062bcd83036c40e66e2fb2eba872c24b7fdfdd74d11f84bc2c7398965f_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca361d8b0506fce2edb0ab4db12a933dd3a3485ce33dd53fd4d7f0a618b13fea_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0bf0a45400d5e1c7b5b36cba3e722b6401d804f3ebb05bbbff999d26d92c6997_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:82ed438da5437711a631db7653d3e8cb6c25806cebafcca5706bf7911e2627b3_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:c9f3b604b9a0ddae02f7ed5777d8c904080e27bb65c108bc100e8753936e995c_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:055f267a5851710283b70e7333be2f6f01f3c910e6d5a4a3432190cf17ee1205_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:3167be7c478b4d412da9cd5473175479b3896b9248495bff061ad59b87d09651_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cb127341754fcc8a587a06ecd7a31fe0b2b4dda13829f5e577bf72ad7be25b31_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:1594eb4c62118f1e18ef5ca1bf93aa209ca8350d3f8231221a1f31a03ea9498c_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e558f4e7b441a34bd9004e9ecb05859fd99e7be37c7143ccbbe04066cfcd8be8_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:fbe61ed5a412cb2f1565cb2fc4d424e4b616bac3d12dff53d5012eb3d3eea1bf_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHBA-2025:3653
Vulnerability from csaf_redhat - Published: 2025-04-14 17:21 - Updated: 2026-08-10 12:27A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the 'Transfer-Encoding' header.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x | — |
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 Quay 3.11.10 is now available with bug fixes.\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": "Quay 3.11.10",
"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/RHBA-2025:3653",
"url": "https://access.redhat.com/errata/RHBA-2025:3653"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_3653.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.11.10 bug fix release",
"tracking": {
"current_release_date": "2026-08-10T12:27:50+00:00",
"generator": {
"date": "2026-08-10T12:27:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHBA-2025:3653",
"initial_release_date": "2025-04-14T17:21:26+00:00",
"revision_history": [
{
"date": "2025-04-14T17:21:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T17:21:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-10T12:27:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.11.10-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.11.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.11.10-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"product_id": "quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"product_id": "quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.11.10-17"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.11.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"product_id": "quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.11.10-9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.11.10-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.11.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.11.10-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"product_id": "quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.11.10-17"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.11.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"product_id": "quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.11.10-9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.11.10-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.11.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.11.10-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"product_id": "quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.11.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"product_id": "quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.11.10-17"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.11.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x",
"product_id": "quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.11.10-9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6827",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-03-20T11:07:09.471036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2353700"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Gunicorn. This vulnerability allows request smuggling, leading to cache poisoning, data exposure, session manipulation, Server-side request forgery (SSRF), Cross-site scripting (XSS), denial of service (DoS), data integrity compromise, security bypass, and information leakage via improper validation of the \u0027Transfer-Encoding\u0027 header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6827"
},
{
"category": "external",
"summary": "RHBZ#2353700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353700"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6827"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7",
"url": "https://huntr.com/bounties/1b4f8f38-39da-44b6-9f98-f618639d0dd7"
}
],
"release_date": "2025-03-20T10:09:55.725000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T17:21:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3653"
},
{
"category": "workaround",
"details": "Red Hat Product Security currently does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gunicorn: HTTP Request Smuggling in benoitc/gunicorn"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T17:21:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3653"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T17:21:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3653"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T17:21:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:3653"
}
],
"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": [
"8Base-Quay-3:quay/clair-rhel8@sha256:22ddd4f1927d5f589caf07f8fa568499c574ddecb6eafc24a407b00787d37431_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:ac9f53b674d1887928a6758edb8235181f10d8fde111ffa531ae9374794fa48a_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:b5180464a990defad5f7ae2a5f2d82094d360742d1c2646c85f025b4c682935e_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:3ed39839c90b70eaced9257957f6bbf839c9ed154600e8ac08fc9c4f53556720_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:51dea3fb51f1b05298f06678907054a8587f3c06d2ac7b395f431f8ec1dce28d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:58f341053c69f68dad585211b92356d193930b7814a47280f82ceab20e995ec2_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:58c1557d423551adb1ee43ce0d932c6113e3355cea964cc84009c61886dda832_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:a0d5bb4b2eff25c1949fb37d993e12654f9cf6ffd9fbcd71c210fc6bb5330b40_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:f5f97906816269fb4098d777c8dbfcb95cccc4cc58ce840cb133c12fe670c1d0_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:00e4f1fa04d57fa568a21f5e2940f42df6cb023971c6f2d94cde8d31b43339ae_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b5df4fefdb021961cd4c0786b15ba76ff2cc124d411ad990945e3bc6825b566d_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:e4ca752aa637d6f0cf9b9cc8f0cacdef1636157c936c66708e0163bdb5654892_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:893015395b4d019e4f7b80797c76e3fb7be93fde2efddb5788ce7797345272dd_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:92d2032535ea3224454605049096b0d90f927818a0626437e3b0e5b81f65279c_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:93710fc81ed3fc2dea577b580b469c311bc874b1cc9a770af9c5f318aeb3f80a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:2958154bf0dec8afad5277c1fca990e324d3e95727493e7d76a3049a63e760bb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:78fc77b254d1c522853cb62c502bc9099593690a4fabd2120596f496627d5ac7_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:ed8900f8cd002ae1fc36abd98984ef43616399886fc0b60988d2fed1a667d450_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:05d86cd0b528ddd3079973f0e63e23024ffab0a49ff5e15f6849f6fa3576f817_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:2241cd14f1fc28244ff4b2f6fb0cb2a63cb01c6b2d909ca74164ab133f25912e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:50b8ae1f66055a59b8a0db0d77e35a01e3edfab81a033cfe1c648ed3dc3c3db6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:326c7bc3909c390a9a2265447c34f8868fb677d3d99d4c98473b665c1620ecf6_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:5755f7f1c44f0ba928f07746ae58a19915d7e57e6929bd5e0daaed8d511f88e6_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:9241d9983d0ecdd81df219c94d84af350da3ae15e05a31ff941554f34a562d64_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:50c6f827765ef339d45cfb46ceb01b4935ff41e6d1ff885ef1f59b6145d7e959_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:b88115249084734bc0b1b4dd30a02ba18d30d2f47671b2658eba85b47d8079fa_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:d04105b879d916c470d5a85e853763ea23b75b90d9f01bdf039090536f1f304a_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:113a87febd958ee9777287c5253bb28d35bad177080ac6c3f486f909b89304a6_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:17b95f994014c59921e252840404a2b99941e3e0063dc73d6f045f43d2be8efa_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:72a338ac333912f58bb24ecc95abbea67842b11950c79aa56c23b565e78d5dd7_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHBA-2025:7674
Vulnerability from csaf_redhat - Published: 2025-05-15 16:37 - Updated: 2026-08-10 12:27A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le | — |
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 Quay 3.14.1 is now available with bug fixes.\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": "Quay 3.14.1",
"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/RHBA-2025:7674",
"url": "https://access.redhat.com/errata/RHBA-2025:7674"
},
{
"category": "external",
"summary": "PROJQUAY-5172",
"url": "https://issues.redhat.com/browse/PROJQUAY-5172"
},
{
"category": "external",
"summary": "PROJQUAY-8673",
"url": "https://issues.redhat.com/browse/PROJQUAY-8673"
},
{
"category": "external",
"summary": "PROJQUAY-8680",
"url": "https://issues.redhat.com/browse/PROJQUAY-8680"
},
{
"category": "external",
"summary": "PROJQUAY-8683",
"url": "https://issues.redhat.com/browse/PROJQUAY-8683"
},
{
"category": "external",
"summary": "PROJQUAY-8716",
"url": "https://issues.redhat.com/browse/PROJQUAY-8716"
},
{
"category": "external",
"summary": "PROJQUAY-8740",
"url": "https://issues.redhat.com/browse/PROJQUAY-8740"
},
{
"category": "external",
"summary": "PROJQUAY-8771",
"url": "https://issues.redhat.com/browse/PROJQUAY-8771"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_7674.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.14.1 bug fix release",
"tracking": {
"current_release_date": "2026-08-10T12:27:52+00:00",
"generator": {
"date": "2026-08-10T12:27:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHBA-2025:7674",
"initial_release_date": "2025-05-15T16:37:33+00:00",
"revision_history": [
{
"date": "2025-05-15T16:37:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-15T16:37:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-10T12:27:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.14.1-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.14.1-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.14.1-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.14.1-2"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"product_id": "quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.14.1-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.14.1-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.14.1-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"product_id": "quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.14.1-14"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.14.1-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"product_id": "quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.14.1-10"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.14.1-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.14.1-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.14.1-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.14.1-2"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"product_id": "quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.14.1-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.14.1-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.14.1-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"product_id": "quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.14.1-14"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.14.1-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"product_id": "quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.14.1-10"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.14.1-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.14.1-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.14.1-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.14.1-2"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"product_id": "quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.14.1-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.14.1-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.14.1-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.14.1-14"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.14.1-5"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le",
"product_id": "quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.14.1-10"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:37:33+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:7674"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:37:33+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:7674"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:37:33+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:7674"
}
],
"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": [
"8Base-Quay-3:quay/clair-rhel8@sha256:0f3abf42a6d0477d38aebb01145b2958239f8086b32a1d995a13c4148b200e00_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:180f5a0e95e8b3007d62de998d0b5c07acf98077eb2ef60653164a57c01493e6_ppc64le",
"8Base-Quay-3:quay/clair-rhel8@sha256:f3bba797e4ef9e5f53ce7f0df622fd1f7b18f33af78b5d8e4f14e98cec803ab7_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:481162609427b823920c93a8c3f62a8eec97b29103c9525546d943a77c2e3f88_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:7a0cd9ec44d5a411eb7e8230c3121425d64ef06a8d2ee2ab549f5830966cf525_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:d783dc9ca701f4d06550c11274ae432b70c827dd6dfc0cd53083112ab2c934cb_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:6194c2cb93e3a64a84f50aa071b0bdb437402dd505aedf1428be358a4abcffb4_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:76351f73fbd6ce2cf9c372f2b3b3b7b5104bf905782b2ad38ee27fb2b9891799_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b4e4aa556edf6eaa97807a31966b8abab3027000a63dcdc051f77b7f6aa1b576_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:22ad43f75e0b44a9b4b6146b226790525c6ddb04391fe4e0be726d3e9c56e334_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:960a918825b0b3044632e1412e46521cbb45f0ee96fa27a4878145e6b6758710_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:fea1e37a197bab995cee470bf474c85126d32bc992ae61ac36b3f1c732da0526_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3436d331e245c7717e850551ca0a75ef0946cb1de7a60b49e75c331ed2b4bfcf_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:7196db2e7812fbe818cad31d559a96e42f0444eb5b73cd2f492746da2826eb72_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:79a0edb096c22f3da3b7ce842b0096478e0f4b03a0f0f3d45e3376be44725edf_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:123de7077d1e312028e43276994c0241b6ab7fd6c90529749f1aebac5ecd84eb_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:55a0afe2d4ffd72f4d1fddadbea280941c020e741acbfa6a5152c3331b130714_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e3c4f6573426071004afd6112f14eaf528c735517e4e24408069c7e221c5aa59_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4e412ed2ffc7cbf3eb58fbab93e87e13653cabd010e14b902ce2e36adae0bf30_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:5ea9148cddc8cea3a54876b75871f010716888f0afe63e5699dc4363ec32d5e2_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f4ecbbf9355ec0cc9b49aaefd30d21ca9fe0372a72f17bac5b3eb6207b5a9c84_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:29f32df896c9916f853f4d33e0fd411b5662e7bb2e2e9bad414afbcaa096a75a_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:b71cd8c82f6915578b9d4a0ecc86c4dcc3e8dbc9cbafe199320971019b1850eb_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:d9fc5df956f8c6eadee8bffe5c87f39046c3aba12d27b94a230ee3d95f1bb4ce_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:62e4e9704df33a38978ae53093a00d6d3dd1ec52d948847258efa071907fa89d_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:6389a934229c9677067d1540b98fa73bb25b44e704abc6634a2ba305439c9899_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:75dc27fc000f1008eb1a52aee371c5e327e44464014f44d31ce56bba41e9288a_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:07b14d30216cdda2282e266bfda2b05e42483eb7da3dec2bc3f72a7b55719d87_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:88f934345fe6f98db6469acadaee891f7a106151b3a4b9ead4530043a230b3dc_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:e993b99bccb23185313d70c3f082cd2b376765dd1838139a473de10813b66fe2_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:2664
Vulnerability from csaf_redhat - Published: 2025-03-11 15:12 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x | — |
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": "An update is now available for Red Hat Ansible Automation Platform Execution Environments",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n* ee-minimal-container: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:2664",
"url": "https://access.redhat.com/errata/RHSA-2025:2664"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2664.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform Execution Environments Container Release Update",
"tracking": {
"current_release_date": "2026-08-09T03:56:52+00:00",
"generator": {
"date": "2026-08-09T03:56:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:2664",
"initial_release_date": "2025-03-11T15:12:47+00:00",
"revision_history": [
{
"date": "2025-03-11T15:12:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-11T15:12:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Ansible Automation Platform Execution Environments",
"product": {
"name": "Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_core:2::el9"
}
}
},
{
"category": "product_name",
"name": "Ansible Automation Platform Execution Environments",
"product": {
"name": "Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_core:2::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-12"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-11"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.9-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.3-3"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.9-4"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"product": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.3-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-11T15:12:47+00:00",
"details": "Red Hat Ansible Automation Platform Execution Environments",
"product_ids": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2664"
}
],
"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": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0978bd7762e26a69e22ba8cf07b9d7018c46756c1f2a1e84d8a873e914ddcd67_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1ec5d1ded00aeed2f86cd5017d07a769fac555f1815d1f62452f237f835b2de4_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2268f638f8465fc1a3924bfb59d8d12933102833aaa1a574a3d56d42cb6e2f3c_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2705e1767894e966226d9214d7e14019aa5daa6b45602a2791812ec6557885b8_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4c0593a70fee5c548c5138915aef21975e55ebe401aa3fda069f904c971fa3ac_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:93cfbf92aeca775c1383e5914085d54062c295ceaec38a794aee7ccc6cdf0546_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:968589546dfc97e8f771ae2ae3798d30555300faef9f3ad0f1067e9da73ebfe7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a4b37bd6008f16bb50201e53b403558a27441d1f449c7360dc05add22ecc84eb_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b2ffe7dd8cfc1b0d855f9c186d85612937161dbeafd0aada4ebbc44b537a5129_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:bebfd69c86657754055e9cbfb62728c161cac68ed41b359e9285d8d5794839eb_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c284059f6375cad3816752687d52aab5767b7ac72ecf3d1d3e034236c96d8283_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c4465e84a415e691948b4840bd3503353a27aa55e9f4bc4b9a9febf1dd761c53_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0848053d441b834ac7463ae99319e31f438bf82958066fd2cd6908adbd987349_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:0a07747414737f0661adc9e7366920ce681d0c9fb2d1bdb7f51b2301600add4d_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:1ef0cdbe279cb8a7dd77136e3a8cf1a931e2b81e790138a9e2413f484f30486a_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44e00703f156bafcc4b7621f9abeded2291bd6b23f72fa5fa02317548ee0442f_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:5339fb0ba301bb84bd6c48a885d4cfc4d6be5c83b0513fe1e3c42125163e71a6_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:811773321ceebdd04821bf4f4f65de2468930bae9226c49b6f2d9ff42c643e1f_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9a9ce0988854f46e9e461c62ae776246e89803863a589639b7810fe41a020625_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:b59aed560cfe9494bdc6b6259bfb9668e2418a3fb95b30d480bea9b0d2892e00_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:bf662124c554e7bec55229013e12ac25203a63c96e1293704b0e97bc5b48a852_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e694bb0f125ae86d12a99b8c57b9c288e8d0598e04c1935c013e48f3029e0237_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:edd88ab7b09d0f161d4dafaa6e0b2f14bd8f2f5673f6d97364390efbbccf09ef_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:fb35432ed348edaf67ec2f450ff77b661fb4c0c7fd5c4fa994cd0660ecbeca42_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:2688
Vulnerability from csaf_redhat - Published: 2025-03-12 15:44 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 | — |
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": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.4 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* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:2688",
"url": "https://access.redhat.com/errata/RHSA-2025:2688"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_2688.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-08-09T03:56:53+00:00",
"generator": {
"date": "2026-08-09T03:56:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:2688",
"initial_release_date": "2025-03-12T15:44:33+00:00",
"revision_history": [
{
"date": "2025-03-12T15:44:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-12T15:44:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-62.el9_4.11.src",
"product": {
"name": "fence-agents-0:4.10.0-62.el9_4.11.src",
"product_id": "fence-agents-0:4.10.0-62.el9_4.11.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-62.el9_4.11?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-62.el9_4.11?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"product_id": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-62.el9_4.11?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-62.el9_4.11?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-62.el9_4.11?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-62.el9_4.11.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src"
},
"product_reference": "fence-agents-0:4.10.0-62.el9_4.11.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)",
"product_id": "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)",
"product_id": "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
"AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-12T15:44:33+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.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
"AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:2688"
}
],
"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": [
"AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.11.src",
"AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.11.noarch",
"AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.aarch64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.ppc64le",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.11.noarch",
"ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.11.s390x",
"ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.11.x86_64",
"ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.11.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:3017
Vulnerability from csaf_redhat - Published: 2025-03-18 19:49 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 | — |
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": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3017",
"url": "https://access.redhat.com/errata/RHSA-2025:3017"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3017.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-08-09T03:56:53+00:00",
"generator": {
"date": "2026-08-09T03:56:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:3017",
"initial_release_date": "2025-03-18T19:49:55+00:00",
"revision_history": [
{
"date": "2025-03-18T19:49:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-18T19:49:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-20.el9_0.21?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"product": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"product_id": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.21?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"product": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"product_id": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.21?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-20.el9_0.21?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-20.el9_0.21?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-20.el9_0.21.src",
"product": {
"name": "fence-agents-0:4.10.0-20.el9_0.21.src",
"product_id": "fence-agents-0:4.10.0-20.el9_0.21.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-20.el9_0.21?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.21?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.21?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.21.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.21.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-18T19:49: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": [
"AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3017"
}
],
"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": [
"AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.21.src",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.21.noarch",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.21.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.21.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.21.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.21.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:3111
Vulnerability from csaf_redhat - Published: 2025-03-24 10:53 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 | — |
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": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.2 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* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3111",
"url": "https://access.redhat.com/errata/RHSA-2025:3111"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3111.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-08-09T03:56:53+00:00",
"generator": {
"date": "2026-08-09T03:56:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:3111",
"initial_release_date": "2025-03-24T10:53:59+00:00",
"revision_history": [
{
"date": "2025-03-24T10:53:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-24T10:53:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-43.el9_2.12?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-43.el9_2.12?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.12?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.12?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-43.el9_2.12?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-43.el9_2.12?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-43.el9_2.12.src",
"product": {
"name": "fence-agents-0:4.10.0-43.el9_2.12.src",
"product_id": "fence-agents-0:4.10.0-43.el9_2.12.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-43.el9_2.12?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.12.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.12.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-24T10:53:59+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.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3111"
}
],
"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": [
"AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.12.src",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.12.noarch",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.12.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.12.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.12.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.12.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:3113
Vulnerability from csaf_redhat - Published: 2025-03-24 14:13 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 | — |
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": "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* jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3113",
"url": "https://access.redhat.com/errata/RHSA-2025:3113"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3113.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2026-08-09T03:56:54+00:00",
"generator": {
"date": "2026-08-09T03:56:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:3113",
"initial_release_date": "2025-03-24T14:13:20+00:00",
"revision_history": [
{
"date": "2025-03-24T14:13:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-24T14:13:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:54+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.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-76.el9_5.6.src",
"product": {
"name": "fence-agents-0:4.10.0-76.el9_5.6.src",
"product_id": "fence-agents-0:4.10.0-76.el9_5.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-76.el9_5.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-76.el9_5.6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"product_id": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-76.el9_5.6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-76.el9_5.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-76.el9_5.6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-76.el9_5.6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src"
},
"product_reference": "fence-agents-0:4.10.0-76.el9_5.6.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)",
"product_id": "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)",
"product_id": "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
"AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-24T14:13:20+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.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
"AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3113"
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.6.src",
"AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.6.noarch",
"AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.aarch64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.ppc64le",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.6.noarch",
"ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.6.s390x",
"ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.6.x86_64",
"ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:3123
Vulnerability from csaf_redhat - Published: 2025-03-24 17:53 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch | — |
{
"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.4\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n \n* automation-controller: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\n* python3-jinja2/python39-jinja2: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes for automation controller:\n* Fixed an issue where Insights projects were failing on OCP AAP, due to incorrectly specifying the \u0027extra vars\u0027 path (AAP-41875)\n* Fixed an issue where the system auditor could download the execution node install bundle (AAP-39799)\n* Fixed the behavior of the project\u0027s \u0027requirements.yml\u0027 to no longer revert to a prior state in a cluster (AAP-39228)\n* automation-controller has been updated to 4.5.20\n\nUpdates and fixes for automation hub:\n* Added a migration file to set the default value of retain_repo_versions to 1 for validated repositories (AAP-42004)\n* automation-hub/python3-galaxy-ng/python39-galaxy-ng has been updated to 4.9.3\n* python3-pulpcore/python39-pulpcore has been updated to 3.28.37\n\nAdditional changes:\n* python3-jinja2/python39-jinja2 has been updated to 3.1.6",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3123",
"url": "https://access.redhat.com/errata/RHSA-2025:3123"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3123.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-08-09T03:56:55+00:00",
"generator": {
"date": "2026-08-09T03:56:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:3123",
"initial_release_date": "2025-03-24T17:53:25+00:00",
"revision_history": [
{
"date": "2025-03-24T17:53:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-24T17:53:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:55+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.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
"product": {
"name": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
"product_id": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-jinja2@3.1.6-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"product": {
"name": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"product_id": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.28.37-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.3-1.el8ap.noarch",
"product": {
"name": "automation-hub-0:4.9.3-1.el8ap.noarch",
"product_id": "automation-hub-0:4.9.3-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"product": {
"name": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"product_id": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-galaxy-ng@4.9.3-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.20-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.20-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.20-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
"product": {
"name": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
"product_id": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore@3.28.37-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
"product": {
"name": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
"product_id": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@3.1.6-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"product": {
"name": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"product_id": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-galaxy-ng@4.9.3-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.3-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.9.3-1.el9ap.noarch",
"product_id": "automation-hub-0:4.9.3-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.20-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.20-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.20-1.el9ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3x-jinja2-0:3.1.6-1.el8ap.src",
"product": {
"name": "python3x-jinja2-0:3.1.6-1.el8ap.src",
"product_id": "python3x-jinja2-0:3.1.6-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-jinja2@3.1.6-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
"product": {
"name": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
"product_id": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.37-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.3-1.el8ap.src",
"product": {
"name": "automation-hub-0:4.9.3-1.el8ap.src",
"product_id": "automation-hub-0:4.9.3-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"product": {
"name": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"product_id": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-galaxy-ng@4.9.3-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.20-1.el8ap.src",
"product_id": "automation-controller-0:4.5.20-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.28.37-1.el9ap.src",
"product": {
"name": "python-pulpcore-0:3.28.37-1.el9ap.src",
"product_id": "python-pulpcore-0:3.28.37-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.28.37-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.6-1.el9ap.src",
"product": {
"name": "python-jinja2-0:3.1.6-1.el9ap.src",
"product_id": "python-jinja2-0:3.1.6-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.6-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
"product": {
"name": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
"product_id": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-galaxy-ng@4.9.3-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.3-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.9.3-1.el9ap.src",
"product_id": "automation-hub-0:4.9.3-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.3-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.20-1.el9ap.src",
"product_id": "automation-controller-0:4.5.20-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.20-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.20-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.20-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.20-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.20-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.20-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.20-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.20-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.20-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.20-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.20-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.20-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.20-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.20-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.20-1.el9ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.6-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.6-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.20-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.20-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.20-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.20-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.20-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.20-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch"
},
"product_reference": "automation-hub-0:4.9.3-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src"
},
"product_reference": "automation-hub-0:4.9.3-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch"
},
"product_reference": "python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.6-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.6-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.28.37-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch"
},
"product_reference": "python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src"
},
"product_reference": "python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.6-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.6-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulpcore-0:3.28.37-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src"
},
"product_reference": "python3x-pulpcore-0:3.28.37-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.6-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.6-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.20-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.20-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.20-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.20-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.20-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.20-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.20-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.9.3-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.9.3-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-ng-0:4.9.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src"
},
"product_reference": "python-galaxy-ng-0:4.9.3-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.6-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.6-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.28.37-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src"
},
"product_reference": "python-pulpcore-0:3.28.37-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch"
},
"product_reference": "python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.6-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.6-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-0:3.28.37-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
},
"product_reference": "python3-pulpcore-0:3.28.37-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-24T17:53:25+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3123"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.3-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.6-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.37-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.3-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.6-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.37-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.20-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.20-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.20-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.6-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.37-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.6-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.37-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
RHSA-2025:3124
Vulnerability from csaf_redhat - Published: 2025-03-24 23:57 - Updated: 2026-08-09 03:56A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_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": "An update is now available for Red Hat Ansible Automation Platform 2.4",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n* ansible-lightspeed-container: Jinja sandbox breakout through attr filter selecting format method (CVE-2025-27516)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdate(s) and Fix(es):\n* AAP Backups no longer fail when writing yaml to the PVC on Openshift clusters with Openshift Virtualization installed (AAP-28609)\n* The ansible.controller collection has been updated to 4.5.20",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3124",
"url": "https://access.redhat.com/errata/RHSA-2025:3124"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3124.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Container Release Update",
"tracking": {
"current_release_date": "2026-08-09T03:56:55+00:00",
"generator": {
"date": "2026-08-09T03:56:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:3124",
"initial_release_date": "2025-03-24T23:57:44+00:00",
"revision_history": [
{
"date": "2025-03-24T23:57:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-24T23:57:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:56:55+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.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"product_id": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-29-rhel8\u0026tag=1.0.0-436"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"product": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-48"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-530"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2412"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-125"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-126"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250225-5"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-36"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-736"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-737"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-686"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-687"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.20-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-34"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-170"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.3-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-169"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.3-1"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-59"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-60"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-69"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-68"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"product": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-48"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-853"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-852"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-947"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-946"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-164"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-204"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64"
},
"product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64"
},
"product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-24T23:57:44+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3124"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:175997b050c0ce905dfcdfcc9fc6478aae9a23f0b7f759d108dd630e8dd5763b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:9b106f61f0253d184de95b4f666da80eb99115ee9c11310cac69f3eee43268a5_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:b9b4f922ffeaad65147c8fb9ddeea76f7696031a72341c9753839f75d47987ec_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f419c6eccd1bb38ca254b611e0e3971ccbfc50ade29f967814137b455dc56c02_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:76a34d80d68724c46687530b0ed6479a385775541f623274b43b0a0f67196107_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:7dbe73d379698464f6a5bba1a5bbb3b7d0ea13afab2c2a33c6684248de148de2_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:a68f58ec3ccdc4eae0ef77b09a1ee89811b2acb6f9dd726a8ec3dc3ab0297a1d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:c9ce006256260a9060d68eec4172a29adc0564f32231a1f388024bd1f86c75ef_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:150e47073b1f007046e9279c85a4c88abc30185946c3801c062ba30f8414713d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:85fab43c777d723711d31b23b5d4577d49b8081b17c8e6777ca589826da2d7af_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:a32242398df6ea22e63be19984bca55a15de03354dff9a94b7a25fce5ae2ed2f_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:b228f146c2c49d36a251e14f0638ae4d1f1e62eb49d163deaa55f19d88310a1d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:26060b6658053da556455a6843ea069e0db73238bfe4083ff82217cab66d4ed4_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:2b95b7c2515a3fd6b91286a72df7cd53e9358fd0e421c932fa57d8a69645f96e_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:64fb0ad4287c9c552a4152d13ebd40a923d28673eae091ab1e8117fb7f3c83d3_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:ee99471a288b1355f1aeb00ba6f4bc99bd1ca9107c03045fc15c3cad3eef007d_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:19e9dd53a6f91c8d3bc92ae4d658bd0f1eacf9560d922d27b83fc5a63fed0409_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:8dc7beb377cdab171c1f6e51ef21114c35c406bcaaae9b070d2815114ec4cc50_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a6feae9e051083a937661ca3a589edcd1472d667488791f5b17c89e7bd1af2c0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:a8d0123c786781b99dfebe6e87aeb036e42bef50c3dd8906f156335a3a238b87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:00a84c100bf7a2f60341181560b80d96bb9cc435a50d61c4c13b05f7e5adf82d_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:1b413036dc71426dd5c7f6d0b830e27d4a202044b925f72526d61a256e975406_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:a3d1aea21deacab09b65ab6f437c20c9d222a3e22b19c574aef3f65567b1b033_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:dcadfefa105080126298e761bb5f54aa97d569e3eaa78ff3ce29d3a996d3b4c1_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:08c6f85602587525861c598c526c0790fa323c32d4c2c9c052d82061186da107_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:2cdb9459ef1853543e1348917f31c9b14097a4379cbdbb19535c09284167b9b3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:9f36a96bc736e80354ee6ab87bca6a0b0a7bc889eb052f2f232ed80eec87d218_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:f1edc00f6ee42fb4c9d9168a62eeb5f9804445e1b00cac6f92cecc7033b1db96_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:120d59119d25292a03f1f283aa1b4a23d8d5bec601632072e984202db3899297_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:12d6b119ce24c68a9b41ca8e905f8fc259634f468d5f1a226b7f5fc477b2058b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:aec2982d51aab2102388b44bc4d25bca852ce74d77708110394e78064d4994f0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:be377376ddc03a9ad80842945cd377781b180d0c7fa133e53c927221fea88079_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5e5d62ee3682de9617e15d42630cb5d9b3c377d2e9f012dc5a2a1ae6b3241ccb_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:63f91b6281c890f4265d5bb2e8dc169777d6f32e80f586382172290eb2acc3e0_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:adf09787e6b255956c0958f87eea7b6f8322f9b5ebab603abcb45db132e17e1b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:ff0a308684fa06d170f6fccff04a2895580f3c9a8a774e2129f87b5f229baad2_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:0fa29b82ac5eab63cdde38734ab28697eb6995c1c3ac6ba7f7e3c968019bd566_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:8ce106fced0e031665b33a194fb601719e83c1b8d97adba2831e1acfa6831315_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:99d50b0d60640b8552fe84e2a30ac47b6c4a9d9783052211b57ffaa3a5dc3f29_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:e20241abb9675a6a27e195a59aaad07fbe2be93b0accd08bb557b3a45b484b01_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1164e83b9c43417596a18c5ca36182472cb12e60bdc24443f749db6e4847af02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:4a2fd70ad0157b39a3bd33c83c2f7ab4ccb7f9af7323e2e5bab543ef164d90d4_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:79d9fa1054b6a75541f7bb11cd86cbd4cc25c51be09a850a542bfd105ee5be61_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:8068c6da0876a04c21c759b16cf61b4ba92f8a0efca799e1e5cc202d3a282e90_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:f023a6fdaf0aae33025874c24ca718402fda4cdaa8f3b95694af4da835722b74_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:194be8cb5127032f555d7c61b9f38cde74992d0ea589970e3ef96297ece4c713_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:6fb7b072472d96acc7ecfcaa40d30f00ddcc18ca0d11e7770029231b0163d6ed_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:ae75d1cfe5ed341478c049c94ad64c88c4e5119a4e2ce233a11e4b65d8f40a94_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:d066a0bb60e85208c0e69f4d072c18a14ae2d7d6a0817df82fede5ea3312d2cd_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:2278e675e0d2a7cfc9d0fa58ec9381c378322496b86095be384aa45f2e5f9813_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:702410cb51f6df9681f7ec5b746f14ff4bec7a32ff37316b1d8225e7ba3d3b3f_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:bc4af402b83de1584ab30efc9dce4eb0628974305aa96013ef16e6411acc2a1e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:f751ae8a07b6e5476f3615f0fa8ff9548cba94b5b3c54f3d5d3dd9c525246b33_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:45f748dd3fd09b9986b92391c7fa9b8095ce49f66a23540ff8cdb31b5cc47271_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:9612c87f0d5ce3e3bb401d225d01dc724886be417df191cca5a87c5f9addcfa1_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:affe302de57fb45ad587adac8195b5f33c16f8c65a7f664a01464f9603f1af7a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:ef9bb7378eacaac44eeced3e7b35ae209877661e3724ea31033bb0b6a2822f36_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:219254682fbbe979780a33b19be328f9653feb06285edb1020d58cf7997f0f06_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5859ef9a0cbc29b0ede9b485a4d66454126e107ee4596fcffe2a403e6f8db4d8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:5d4a78b4490d470f27a917283201233f74c3a3b774ae8b212e1b9c6a2ad9d376_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:ae63675fe15a73e8fd07689e92fadc49a6e954530646b38048aaa619b3acbe5e_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:0eab31728b3cc3b6b9e9ff59ec39dc275fa38cb6a4917dc12c605d006b5d3ea4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:160000b77422a27f729bc7a216e5e6c16ef49391e411c0f13da086db92bbe8d1_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:5758ef097903a860df75fbc2a1d2ccda49754c2d9193a9f7d7524af16458f9ca_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:adbc3add0992fa6e1dd295df4f2e99ef36c3ba478c9400a99ec97de1bba87f6a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:1a49c080789ab89d5a0daac07caa5c29a9938e07c9b07d8fd93b711941ab3952_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:35e5b8d8da92c13098c0a715f98ce1ea702ac08ea224f2569bfb63219e46c21f_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:4afe50971e61351f94cce593854a0805cc42efac09682427a025bd9a56808b39_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcdaba560aee75a9e8621fa7bc3a3263b1058e427f32f3beef0e0535a4abb599_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:08e4410d77bdc3299ee064948601c9eac4dfee5813635c3534757093e581242c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:4c9de1e621e199ad12cef77579038cdcfbaa75b8c91c197efb7010dab8a1da7a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e21646a127efef995f1a03dc1f214ebfb3e1949d2dd3ae13543346b1af3993b8_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:e4020c3f704b5e5a5f23712f3eacb7cbad1265de43cfb3deb74081583d828e18_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:02a7e2135f6aaa9f2e1133f000464929b1324fc4e03201f634fc363af018512c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0cd85c6741c622b87744fbcc6533acca824928ed48b561773bedf911912465c5_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:36246b439fdb96d3f22d3b44261e1a7945fcf037cd4e40d5cc41aff236164df9_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:37a3aafb2431a8e7cc62b183ab1eb9cdec1793a296062ad55bdbfd86cd2dcd7d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:1b404fcc871159b2e2456d5469a2a23d2da69afc3a7033b705f7a717b5d7f24b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:21ee32cf4311f623479ed7a3eba076998208dab49ff0eb85dd54c09c70a506f5_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:a593cba488cbcfd0ccbad879f1b5e40752daa1d1a1ea7393e9c81f1e38dc87c9_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:c2a4f56118fca5316d48d81bdd789b9263f6cf0744680920f71c3544a251e638_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:80f2bb7e4da17de008be5cf8ac7304038ddd2837d6c7f2a01d94ec32649fb8b6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:a28db9c543c32fdd35ac651836fe6aaf1e3efa281b0c449677cc3ff272c1ec08_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:18e5cef6d77dc2846a555e4f378816dd78671622039dafef68aaa82b17ba54ef_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:1c64e706694c26c7ace611385014d85688056f4473181422b81a109b7bd7dadf_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:55e5df1c56672ff1a010184bd8c9c1120f9f320b399463dc499270f2413568bc_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:be3660e6656b4d5fce4a0dad97b6cd86ef2cc501697bb91477f1b5b49d2c44b6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:535d709bdad2bde570f12c57c221421d23b73a8420d976f0c862bad423bca1f5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:562b2f2e1d00f97313f190c09615fcc52b5e802d8c37c7896f0afeab8b2c25e4_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:8a2a813a0aee981e926b55159b755698cfe8e484e3cb4357592b7fc7c00a5efc_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:a7f85d47be6fe60ccd15828d02a42247912a43a7cea1ef76d59331694b4dfd8d_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:283a60c18eb74254b1d800423810d3c87f6f9f0677ce4aaadf6fd62f66ad0cb1_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:3bcfb82d07c988c545471598282e490b902a12f5be43ba3cf95e2d937b44ef46_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9b37bf06847fda902597ff9bfc13b14e08146124e83dd2f036ab22d846f96ee5_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:ae2d401c861113c1dabfe821ef66513772ad85fd72667aa3fe23007357bb2096_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:19e2703546d0c732af8a1d79c29f84285b610cd7541ff563fbb3ebdcbc902456_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:1d64f60509d10a5c7bb17a2b207d0ff588a5f3a15047ab58d53638896daeeca4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:8c29bbb5e7564ae0acd52d68c9c3e933c93113b25f1804e34ade65fac0340ae2_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:df57f684021c4327ff0ad2818f97cf00625c9685994a80436e4e1135a860bef7_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:11c3516e7aeabe8bb16f7a164be8aca5d16bd2a07bd18e6c1bcc284b80069195_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2718608c60999bd5eed6cb89ce6de263e5bc7ac9aef573e118d9c2751b3de40a_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:2a3ec2d7767c104d0d40acfa8824b4f792fbf89aa94d78faa56aa907b501eed2_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c77719d9b0b077f5b951581400536ba667610088d55ab710a7e18ff167dd3fb8_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:53529d6c74b698d18bfbab0f66b467300a6b3b249d907c3275fdf8be296a8a1e_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:584d2b817585cb4886565da4d64cb2670dd9e54ccecfba158548639f6760246a_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:5b48a3273c3321ebba69955b29d7727745c21bd2880e0bd6be86470da8d55707_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:dcd4011c6311ed8eedf703eb80db604757dac663aca700147cb219387fd2ee5c_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:60b348215ba58d730f5df014e3dc8ac0a0b6c320b01c371cae028c4cdff64a61_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:73a85eb0c6e42b2aa7c53b688eb057d77bc7ad5572f97a231243619110f55b53_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:8dfda1a9e5c29f0a17ee3c5b4e65acd8b10670bc5233a3f601d0497a9b3f3628_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:f84b71656bf927b5a51e6ed080d549910a077a2bc5beb31b1e90f8ce932fad91_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:029a9e26ac0db2ee7f37b9e907d14fef9e1f64891c84a8391831dbe5250f35ba_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:58db7e9e23ae88b839591dea6ae5eb2cd870ce7bd31f76ef080e8eedf4d21932_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:b021ac90dbd2bace189d1863c1a0586be25789e7726b165479c7f9b2c275052b_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:ec72b2196cfb602fb4951054eaea51b2940428257b946201067aa589640d1e49_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
}
]
}
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.