Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-42353 (GCVE-0-2024-42353)
Vulnerability from cvelistv5 – Published: 2024-08-14 20:12 – Updated: 2024-08-15 14:04- CWE-601 - URL Redirection to Untrusted Site ('Open Redirect')
| URL | Tags |
|---|---|
| https://github.com/Pylons/webob/security/advisori… | x_refsource_CONFIRM |
| https://github.com/Pylons/webob/commit/f689bcf4f0… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-42353",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-08-15T14:02:15.377428Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-08-15T14:04:01.806Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "webob",
"vendor": "Pylons",
"versions": [
{
"status": "affected",
"version": "\u003c= 1.8.7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-601",
"description": "CWE-601: URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-08-14T20:12:30.077Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3"
},
{
"name": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"
}
],
"source": {
"advisory": "GHSA-mg3v-6m49-jhp3",
"discovery": "UNKNOWN"
},
"title": "WebOb\u0027s location header normalization during redirect leads to open redirect"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-42353",
"datePublished": "2024-08-14T20:12:30.077Z",
"dateReserved": "2024-07-30T14:01:33.922Z",
"dateUpdated": "2024-08-15T14:04:01.806Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-42353",
"date": "2026-08-20",
"epss": "0.00527",
"percentile": "0.42502"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:pylonsproject:webob:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.8.8\", \"matchCriteriaId\": \"7C7C7DB3-3268-4761-83C0-8A0C03A4451D\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.\"}, {\"lang\": \"es\", \"value\": \"WebOb proporciona objetos para solicitudes y respuestas HTTP. Cuando WebOb normaliza el encabezado de Ubicaci\\u00f3n HTTP para incluir el nombre de host de la solicitud, lo hace analizando la URL a la que se redirigir\\u00e1 al usuario con urlparse de Python y uni\\u00e9ndola a la URL base. Sin embargo, `urlparse` trata un `//` al comienzo de una cadena como un URI sin un esquema, y luego trata la siguiente parte como el nombre de host. `urljoin` luego usar\\u00e1 ese nombre de host de la segunda parte como nombre de host reemplazando el original de la solicitud. Esta vulnerabilidad est\\u00e1 parcheada en WebOb versi\\u00f3n 1.8.8.\"}]",
"id": "CVE-2024-42353",
"lastModified": "2024-08-19T18:44:59.903",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"baseScore\": 6.1, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 2.7}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"baseScore\": 6.1, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 2.7}]}",
"published": "2024-08-14T21:15:17.073",
"references": "[{\"url\": \"https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Vendor Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-601\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-601\"}]}]"
},
"microsoft_vex": {
"current_release_date": "2026-02-18T14:45:16.000Z",
"cve": "CVE-2024-42353",
"id": "msrc_CVE-2024-42353",
"initial_release_date": "2024-08-02T00:00:00.000Z",
"product_status:fixed": "4",
"product_status:known_affected": "4",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "WebOb\u0027s location header normalization during redirect leads to open redirect",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-42353.json",
"version": "3"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-42353\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-08-14T21:15:17.073\",\"lastModified\":\"2026-06-17T07:49:18.797\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.\"},{\"lang\":\"es\",\"value\":\"WebOb proporciona objetos para solicitudes y respuestas HTTP. Cuando WebOb normaliza el encabezado de Ubicaci\u00f3n HTTP para incluir el nombre de host de la solicitud, lo hace analizando la URL a la que se redirigir\u00e1 al usuario con urlparse de Python y uni\u00e9ndola a la URL base. Sin embargo, `urlparse` trata un `//` al comienzo de una cadena como un URI sin un esquema, y luego trata la siguiente parte como el nombre de host. `urljoin` luego usar\u00e1 ese nombre de host de la segunda parte como nombre de host reemplazando el original de la solicitud. Esta vulnerabilidad est\u00e1 parcheada en WebOb versi\u00f3n 1.8.8.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"Pylons\",\"product\":\"webob\",\"versions\":[{\"version\":\"\u003c= 1.8.7\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-08-15T14:02:15.377428Z\",\"id\":\"CVE-2024-42353\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:pylonsproject:webob:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.8.8\",\"matchCriteriaId\":\"7C7C7DB3-3268-4761-83C0-8A0C03A4451D\"}]}]}],\"references\":[{\"url\":\"https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-19T03:15:58+00:00",
"cve": "CVE-2024-42353",
"id": "CVE-2024-42353",
"initial_release_date": "2024-08-14T00:00:00+00:00",
"product_status:fixed": "88",
"product_status:known_affected": "10",
"product_status:known_not_affected": "2130",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-42353.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-19T17:57:48Z",
"cve": "CVE-2024-42353",
"id": "CVE-2024-42353",
"initial_release_date": "2024-08-17T01:47:27Z",
"product_status:known_affected": "40",
"product_status:recommended": "43",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2024-42353",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-42353.json",
"version": "23"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-42353\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-15T14:02:15.377428Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-15T14:03:57.373Z\"}}], \"cna\": {\"title\": \"WebOb\u0027s location header normalization during redirect leads to open redirect\", \"source\": {\"advisory\": \"GHSA-mg3v-6m49-jhp3\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"Pylons\", \"product\": \"webob\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c= 1.8.7\"}]}], \"references\": [{\"url\": \"https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3\", \"name\": \"https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b\", \"name\": \"https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-601\", \"description\": \"CWE-601: URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-08-14T20:12:30.077Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-42353\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-15T14:04:01.806Z\", \"dateReserved\": \"2024-07-30T14:01:33.922Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-08-14T20:12:30.077Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024_9983
Vulnerability from csaf_redhat - Published: 2024-11-21 09:34 - Updated: 2024-11-26 03:52A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become a vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el9ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python-webob is now available for Red Hat OpenStack Platform (RHOSP) 17.1 (Wallaby).\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "WebOb provides wrappers around the WSGI request environment, and an object\nto help create WSGI responses. The objects map much of the specified\nbehavior of HTTP, including header parsing and accessors for other standard\nparts of the environment.\n\nSecurity Fix(es):\n\n* WebOb\u0027s location header normalization during redirect leads to open\nredirect (CVE-2024-42353)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:9983",
"url": "https://access.redhat.com/errata/RHSA-2024:9983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9983.json"
}
],
"title": "Red Hat Security Advisory: RHOSP 17.1.4 (python-webob) security update",
"tracking": {
"current_release_date": "2024-11-26T03:52:32+00:00",
"generator": {
"date": "2024-11-26T03:52:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:9983",
"initial_release_date": "2024-11-21T09:34:15+00:00",
"revision_history": [
{
"date": "2024-11-21T09:34:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-21T09:34:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-26T03:52:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-TOOLS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-webob-0:1.8.7-2.1.el9ost.src",
"product": {
"name": "python-webob-0:1.8.7-2.1.el9ost.src",
"product_id": "python-webob-0:1.8.7-2.1.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webob@1.8.7-2.1.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-webob-0:1.8.7-2.1.el9ost.noarch",
"product": {
"name": "python3-webob-0:1.8.7-2.1.el9ost.noarch",
"product_id": "python3-webob-0:1.8.7-2.1.el9ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webob@1.8.7-2.1.el9ost?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webob-0:1.8.7-2.1.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el9ost.src"
},
"product_reference": "python-webob-0:1.8.7-2.1.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webob-0:1.8.7-2.1.el9ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch"
},
"product_reference": "python3-webob-0:1.8.7-2.1.el9ost.noarch",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webob-0:1.8.7-2.1.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el9ost.src"
},
"product_reference": "python-webob-0:1.8.7-2.1.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webob-0:1.8.7-2.1.el9ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch"
},
"product_reference": "python3-webob-0:1.8.7-2.1.el9ost.noarch",
"relates_to_product_reference": "9Base-RHOS-TOOLS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42353",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-08-14T20:00:29.950481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305004"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request\u0027s hostname. This issue, combined with user interaction, may become a vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch",
"9Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "RHBZ#2305004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42353",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42353"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob",
"url": "https://github.com/Pylons/webob"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b",
"url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3",
"url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3"
}
],
"release_date": "2024-08-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-21T09:34:15+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch",
"9Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:9983"
},
{
"category": "workaround",
"details": "If the Response class is used, any HTTP Location header (i.e. location) can be rewritten so that it always passes a full URI that includes the hostname to redirect the user to.",
"product_ids": [
"9Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch",
"9Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch",
"9Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el9ost.src",
"9Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el9ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect"
}
]
}
RHSA-2024_9989
Vulnerability from csaf_redhat - Published: 2024-11-21 09:29 - Updated: 2024-11-26 03:53A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become a vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python-webob is now available for Red Hat OpenStack Platform (RHOSP) 17.1 (Wallaby).\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "WebOb provides wrappers around the WSGI request environment, and an object\nto help create WSGI responses. The objects map much of the specified\nbehavior of HTTP, including header parsing and accessors for other standard\nparts of the environment.\n\nSecurity Fix(es):\n\n* WebOb\u0027s location header normalization during redirect leads to open\nredirect (CVE-2024-42353)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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-2024:9989",
"url": "https://access.redhat.com/errata/RHSA-2024:9989"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9989.json"
}
],
"title": "Red Hat Security Advisory: RHOSP 17.1.4 (python-webob) security update",
"tracking": {
"current_release_date": "2024-11-26T03:53:51+00:00",
"generator": {
"date": "2024-11-26T03:53:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2024:9989",
"initial_release_date": "2024-11-21T09:29:48+00:00",
"revision_history": [
{
"date": "2024-11-21T09:29:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-11-21T09:29:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-26T03:53:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-TOOLS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-webob-0:1.8.7-2.1.el8ost.src",
"product": {
"name": "python-webob-0:1.8.7-2.1.el8ost.src",
"product_id": "python-webob-0:1.8.7-2.1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webob@1.8.7-2.1.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-webob-0:1.8.7-2.1.el8ost.noarch",
"product": {
"name": "python3-webob-0:1.8.7-2.1.el8ost.noarch",
"product_id": "python3-webob-0:1.8.7-2.1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webob@1.8.7-2.1.el8ost?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webob-0:1.8.7-2.1.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el8ost.src"
},
"product_reference": "python-webob-0:1.8.7-2.1.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webob-0:1.8.7-2.1.el8ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch"
},
"product_reference": "python3-webob-0:1.8.7-2.1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webob-0:1.8.7-2.1.el8ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el8ost.src"
},
"product_reference": "python-webob-0:1.8.7-2.1.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webob-0:1.8.7-2.1.el8ost.noarch as a component of Red Hat OpenStack Platform 17.1",
"product_id": "8Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch"
},
"product_reference": "python3-webob-0:1.8.7-2.1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-TOOLS-17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42353",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-08-14T20:00:29.950481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305004"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request\u0027s hostname. This issue, combined with user interaction, may become a vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect",
"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-RHOS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "RHBZ#2305004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42353",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42353"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob",
"url": "https://github.com/Pylons/webob"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b",
"url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3",
"url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3"
}
],
"release_date": "2024-08-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-11-21T09:29:48+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:9989"
},
{
"category": "workaround",
"details": "If the Response class is used, any HTTP Location header (i.e. location) can be rewritten so that it always passes a full URI that includes the hostname to redirect the user to.",
"product_ids": [
"8Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch",
"8Base-RHOS-TOOLS-17.1:python-webob-0:1.8.7-2.1.el8ost.src",
"8Base-RHOS-TOOLS-17.1:python3-webob-0:1.8.7-2.1.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect"
}
]
}
RHSA-2025:4664
Vulnerability from csaf_redhat - Published: 2025-05-07 12:48 - Updated: 2026-08-20 20:50A flaw was found in python-werkzeug. Browsers may allow "nameless" cookies like =value instead of key=value. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie for another subdomain. If a Werkzeug application is running next to a vulnerable or malicious subdomain that sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
A flaw was found in python-synch before the 2.14.1 versions, where the client can log in to the attacker's account without the client being able to detect this. This flaw allows an attacker to control the remote end of the SSH session completely, resulting in a complete break of the confidentiality and integrity of the secure channel, which could cause more issues depending on the application logic implemented by the AsyncSSH server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — | ||
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Werkzeug, where an attacker may be able to execute code on a developer's machine under some circumstances. This issue requires the attacker to get the developer to interact with a domain and subdomain they control and enter the debugger PIN; if they are successful, it allows access to the debugger even if it is only running on localhost. This also requires the attacker to guess a URL in the developer's application that will trigger the debugger.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become a vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
A vulnerability was found in a PAM module, the oath-toolkit. The module gained a feature that allowed placing the OTP state file, called the usersfile, in the home directory of the to-be-authenticated user. The PAM module performed unsafe file operations in the users' home directories. Since PAM stacks typically run as root, this flaw allows a malicious user to jeopardize an environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
A vulnerability in the Ceph Rados Gateway (RadosGW) OIDC provider allows attackers to bypass JWT signature verification by supplying a token with "none" as the algorithm (alg). This occurs because the implementation fails to enforce strict signature validation, enabling attackers to forge valid tokens without a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ceph Storage 7.1.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system with a Ceph management platform, deployment utilities, and support services. \n \nThese new packages include numerous enhancements, bug fixes, and known issues. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Ceph Storage Release Notes for information on the most significant of these changes:\n\nhttps://docs.redhat.com/en/documentation/red_hat_ceph_storage/7/html/7.1_release_notes",
"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:4664",
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2252788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252788"
},
{
"category": "external",
"summary": "2270948",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270948"
},
{
"category": "external",
"summary": "2284356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284356"
},
{
"category": "external",
"summary": "2312113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312113"
},
{
"category": "external",
"summary": "2314387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314387"
},
{
"category": "external",
"summary": "2315596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315596"
},
{
"category": "external",
"summary": "2315885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315885"
},
{
"category": "external",
"summary": "2321291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321291"
},
{
"category": "external",
"summary": "2348763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348763"
},
{
"category": "external",
"summary": "2348935",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348935"
},
{
"category": "external",
"summary": "2348945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348945"
},
{
"category": "external",
"summary": "2348968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348968"
},
{
"category": "external",
"summary": "2348970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348970"
},
{
"category": "external",
"summary": "2349078",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349078"
},
{
"category": "external",
"summary": "2349723",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349723"
},
{
"category": "external",
"summary": "2351271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351271"
},
{
"category": "external",
"summary": "2351465",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351465"
},
{
"category": "external",
"summary": "2352965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352965"
},
{
"category": "external",
"summary": "2356050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356050"
},
{
"category": "external",
"summary": "2356542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356542"
},
{
"category": "external",
"summary": "2357889",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357889"
},
{
"category": "external",
"summary": "2358123",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358123"
},
{
"category": "external",
"summary": "2358562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358562"
},
{
"category": "external",
"summary": "2360911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360911"
},
{
"category": "external",
"summary": "2362258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4664.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ceph Storage 7.1 security, bug fix, and enhancement updates",
"tracking": {
"current_release_date": "2026-08-20T20:50:10+00:00",
"generator": {
"date": "2026-08-20T20:50:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:4664",
"initial_release_date": "2025-05-07T12:48:57+00:00",
"revision_history": [
{
"date": "2025-05-07T12:48:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-07T12:48:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-20T20:50:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ceph Storage 7.1 Tools",
"product": {
"name": "Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:7.1::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ceph Storage 7.1 Tools",
"product": {
"name": "Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:7.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ceph Storage"
},
{
"branches": [
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "liboath-0:2.6.12-1.el9cp.x86_64",
"product_id": "liboath-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-base-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-base-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-common-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-common-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"product_id": "libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libcephfs2-2:18.2.1-329.el9cp.x86_64",
"product_id": "libcephfs2-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librados-devel-2:18.2.1-329.el9cp.x86_64",
"product_id": "librados-devel-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librados2-2:18.2.1-329.el9cp.x86_64",
"product_id": "librados2-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"product_id": "libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"product_id": "libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librbd-devel-2:18.2.1-329.el9cp.x86_64",
"product_id": "librbd-devel-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librbd1-2:18.2.1-329.el9cp.x86_64",
"product_id": "librbd1-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librgw-devel-2:18.2.1-329.el9cp.x86_64",
"product_id": "librgw-devel-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librgw2-2:18.2.1-329.el9cp.x86_64",
"product_id": "librgw2-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-rados-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-rados-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-rbd-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-rbd-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-rgw-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-rgw-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"product_id": "rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-client-nvmeof-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_id": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@18.2.1-329.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "liboath-0:2.6.12-1.el8cp.x86_64",
"product_id": "liboath-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_id": "liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el8cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-base-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-base-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-common-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-common-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"product_id": "libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libcephfs2-2:18.2.1-329.el8cp.x86_64",
"product_id": "libcephfs2-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librados-devel-2:18.2.1-329.el8cp.x86_64",
"product_id": "librados-devel-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librados2-2:18.2.1-329.el8cp.x86_64",
"product_id": "librados2-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"product_id": "libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"product_id": "libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librbd-devel-2:18.2.1-329.el8cp.x86_64",
"product_id": "librbd-devel-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librbd1-2:18.2.1-329.el8cp.x86_64",
"product_id": "librbd1-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librgw-devel-2:18.2.1-329.el8cp.x86_64",
"product_id": "librgw-devel-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librgw2-2:18.2.1-329.el8cp.x86_64",
"product_id": "librgw2-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-rados-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-rados-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-rbd-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-rbd-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-rgw-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-rgw-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"product_id": "rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_id": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@18.2.1-329.el8cp?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "liboath-0:2.6.12-1.el9cp.ppc64le",
"product_id": "liboath-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-base-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-base-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-common-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-common-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librados-devel-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librados-devel-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librados2-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librados2-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librbd1-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librbd1-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librgw2-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librgw2-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-rados-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-rados-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"product_id": "rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-client-nvmeof-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_id": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@18.2.1-329.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "liboath-0:2.6.12-1.el8cp.ppc64le",
"product_id": "liboath-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_id": "liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el8cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-base-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-base-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-common-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-common-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librados-devel-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librados-devel-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librados2-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librados2-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librbd1-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librbd1-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librgw2-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librgw2-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-rados-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-rados-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"product_id": "rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_id": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@18.2.1-329.el8cp?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "liboath-0:2.6.12-1.el9cp.s390x",
"product_id": "liboath-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-base-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-base-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-common-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-common-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-fuse-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-fuse-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-selinux-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-selinux-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"product_id": "libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libcephfs2-2:18.2.1-329.el9cp.s390x",
"product_id": "libcephfs2-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librados-devel-2:18.2.1-329.el9cp.s390x",
"product_id": "librados-devel-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librados2-2:18.2.1-329.el9cp.s390x",
"product_id": "librados2-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libradospp-devel-2:18.2.1-329.el9cp.s390x",
"product_id": "libradospp-devel-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libradosstriper1-2:18.2.1-329.el9cp.s390x",
"product_id": "libradosstriper1-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librbd-devel-2:18.2.1-329.el9cp.s390x",
"product_id": "librbd-devel-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librbd1-2:18.2.1-329.el9cp.s390x",
"product_id": "librbd1-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librgw-devel-2:18.2.1-329.el9cp.s390x",
"product_id": "librgw-devel-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librgw2-2:18.2.1-329.el9cp.s390x",
"product_id": "librgw2-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-cephfs-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-cephfs-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-rados-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-rados-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-rbd-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-rbd-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-rgw-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-rgw-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "rbd-nbd-2:18.2.1-329.el9cp.s390x",
"product_id": "rbd-nbd-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-client-nvmeof-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_id": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@18.2.1-329.el9cp?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oath-toolkit-0:2.6.12-1.el9cp.src",
"product": {
"name": "oath-toolkit-0:2.6.12-1.el9cp.src",
"product_id": "oath-toolkit-0:2.6.12-1.el9cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit@2.6.12-1.el9cp?arch=src"
}
}
},
{
"category": "product_version",
"name": "ceph-2:18.2.1-329.el9cp.src",
"product": {
"name": "ceph-2:18.2.1-329.el9cp.src",
"product_id": "ceph-2:18.2.1-329.el9cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph@18.2.1-329.el9cp?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-0:2.6.12-1.el8cp.src",
"product": {
"name": "oath-toolkit-0:2.6.12-1.el8cp.src",
"product_id": "oath-toolkit-0:2.6.12-1.el8cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit@2.6.12-1.el8cp?arch=src"
}
}
},
{
"category": "product_version",
"name": "ceph-2:18.2.1-329.el8cp.src",
"product": {
"name": "ceph-2:18.2.1-329.el8cp.src",
"product_id": "ceph-2:18.2.1-329.el8cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph@18.2.1-329.el8cp?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ceph-mib-2:18.2.1-329.el9cp.noarch",
"product": {
"name": "ceph-mib-2:18.2.1-329.el9cp.noarch",
"product_id": "ceph-mib-2:18.2.1-329.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mib@18.2.1-329.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"product": {
"name": "ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"product_id": "ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-resource-agents@18.2.1-329.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephadm-2:18.2.1-329.el9cp.noarch",
"product": {
"name": "cephadm-2:18.2.1-329.el9cp.noarch",
"product_id": "cephadm-2:18.2.1-329.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephadm@18.2.1-329.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-top-2:18.2.1-329.el9cp.noarch",
"product": {
"name": "cephfs-top-2:18.2.1-329.el9cp.noarch",
"product_id": "cephfs-top-2:18.2.1-329.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-top@18.2.1-329.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mib-2:18.2.1-329.el8cp.noarch",
"product": {
"name": "ceph-mib-2:18.2.1-329.el8cp.noarch",
"product_id": "ceph-mib-2:18.2.1-329.el8cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mib@18.2.1-329.el8cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"product": {
"name": "ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"product_id": "ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-resource-agents@18.2.1-329.el8cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-top-2:18.2.1-329.el8cp.noarch",
"product": {
"name": "cephfs-top-2:18.2.1-329.el8cp.noarch",
"product_id": "cephfs-top-2:18.2.1-329.el8cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-top@18.2.1-329.el8cp?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-2:18.2.1-329.el8cp.src as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src"
},
"product_reference": "ceph-2:18.2.1-329.el8cp.src",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-base-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-base-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-common-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-common-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mib-2:18.2.1-329.el8cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch"
},
"product_reference": "ceph-mib-2:18.2.1-329.el8cp.noarch",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-resource-agents-2:18.2.1-329.el8cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch"
},
"product_reference": "ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-top-2:18.2.1-329.el8cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch"
},
"product_reference": "cephfs-top-2:18.2.1-329.el8cp.noarch",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libcephfs2-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "liboath-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "liboath-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librados-devel-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librados-devel-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librados2-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librados2-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librbd-devel-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librbd1-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librbd1-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librgw-devel-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librgw2-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librgw2-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-0:2.6.12-1.el8cp.src as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src"
},
"product_reference": "oath-toolkit-0:2.6.12-1.el8cp.src",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-rados-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-rados-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-rbd-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-rgw-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le"
},
"product_reference": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64"
},
"product_reference": "rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"relates_to_product_reference": "8Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-2:18.2.1-329.el9cp.src as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src"
},
"product_reference": "ceph-2:18.2.1-329.el9cp.src",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-base-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-base-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-base-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-common-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-common-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-common-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-fuse-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mib-2:18.2.1-329.el9cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch"
},
"product_reference": "ceph-mib-2:18.2.1-329.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-resource-agents-2:18.2.1-329.el9cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch"
},
"product_reference": "ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-selinux-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephadm-2:18.2.1-329.el9cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch"
},
"product_reference": "cephadm-2:18.2.1-329.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-top-2:18.2.1-329.el9cp.noarch as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch"
},
"product_reference": "cephfs-top-2:18.2.1-329.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libcephfs2-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libcephfs2-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "liboath-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "liboath-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "liboath-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librados-devel-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librados-devel-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librados-devel-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librados2-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librados2-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librados2-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libradospp-devel-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libradosstriper1-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librbd-devel-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librbd-devel-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librbd1-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librbd1-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librbd1-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librgw-devel-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librgw-devel-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librgw2-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librgw2-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librgw2-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-0:2.6.12-1.el9cp.src as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src"
},
"product_reference": "oath-toolkit-0:2.6.12-1.el9cp.src",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-cephfs-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-rados-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-rados-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-rados-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-rbd-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-rbd-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-rgw-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-rgw-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "rbd-nbd-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le"
},
"product_reference": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x"
},
"product_reference": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64 as a component of Red Hat Ceph Storage 7.1 Tools",
"product_id": "9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
},
"product_reference": "rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-7.1-Tools"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-23934",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170243"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-werkzeug. Browsers may allow \"nameless\" cookies like =value instead of key=value. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie for another subdomain. If a Werkzeug application is running next to a vulnerable or malicious subdomain that sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-werkzeug: cookie prefixed with = can shadow unprefixed cookie",
"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-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23934"
},
{
"category": "external",
"summary": "RHBZ#2170243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170243"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23934",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23934"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028",
"url": "https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3",
"url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-werkzeug: cookie prefixed with = can shadow unprefixed cookie"
},
{
"cve": "CVE-2023-25577",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170242"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-werkzeug: high resource usage when parsing multipart form data with many fields",
"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-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25577"
},
{
"category": "external",
"summary": "RHBZ#2170242",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1",
"url": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3",
"url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
}
],
"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-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-werkzeug: high resource usage when parsing multipart form data with many fields"
},
{
"cve": "CVE-2023-46446",
"cwe": {
"id": "CWE-372",
"name": "Incomplete Internal State Distinction"
},
"discovery_date": "2023-11-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2250329"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-synch before the 2.14.1 versions, where the client can log in to the attacker\u0027s account without the client being able to detect this. This flaw allows an attacker to control the remote end of the SSH session completely, resulting in a complete break of the confidentiality and integrity of the secure channel, which could cause more issues depending on the application logic implemented by the AsyncSSH server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-asyncssh: Rogue Session Attack",
"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-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-46446"
},
{
"category": "external",
"summary": "RHBZ#2250329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250329"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-46446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46446"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46446",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46446"
},
{
"category": "external",
"summary": "https://github.com/ronf/asyncssh/security/advisories/GHSA-c35q-ffpf-5qpm",
"url": "https://github.com/ronf/asyncssh/security/advisories/GHSA-c35q-ffpf-5qpm"
}
],
"release_date": "2023-11-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-asyncssh: Rogue Session Attack"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2023-12-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2254210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection\u0027s traffic at the TCP/IP layer.\n\nAlthough the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.\n\nThe most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "RHBZ#2254210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2254210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7071748",
"url": "https://access.redhat.com/solutions/7071748"
},
{
"category": "external",
"summary": "https://terrapin-attack.com/",
"url": "https://terrapin-attack.com/"
}
],
"release_date": "2023-12-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "workaround",
"details": "Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If \"kex-strict-c-v00@openssh.com\" is provided by clients and \"kex-strict-s-v00@openssh.com\" is in the server\u0027s reply, no other steps are necessary.\n\nDisabling ciphers if necessary:\n\nIf \"kex-strict-c-v00@openssh.com\" is not provided by clients or \"kex-strict-s-v00@openssh.com\" is absent in the server\u0027s reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:\n\n1. chacha20-poly1305@openssh.com\n2. hmac-sha2-512-etm@openssh.com\n3. hmac-sha2-256-etm@openssh.com\n4. hmac-sha1-etm@openssh.com\n5. hmac-md5-etm@openssh.com\n\nTo do that through crypto-policies, one can apply a subpolicy with the following content:\n```\ncipher@SSH = -CHACHA20-POLY1305\nssh_etm = 0\n```\ne.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.\n\nOne can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.\n\nFor more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening\n\nNote that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.\n\nFor RHEL-7: \nWe can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.\n\nBelow strict set of Ciphers and MACs can be used as mitigation for RHEL 7.\n\n```\nCiphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\nMACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512\n```\n\n- For Openshift Container Platform 4:\nPlease refer the KCS[1] document for verifying the fix in RHCOS.\n\n[1] https://access.redhat.com/solutions/7071748",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
},
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"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-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"cve": "CVE-2024-34069",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2024-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Werkzeug, where an attacker may be able to execute code on a developer\u0027s machine under some circumstances. This issue requires the attacker to get the developer to interact with a domain and subdomain they control and enter the debugger PIN; if they are successful, it allows access to the debugger even if it is only running on localhost. This also requires the attacker to guess a URL in the developer\u0027s application that will trigger the debugger.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-werkzeug: user may execute code on a developer\u0027s machine",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Werkzeug\u0027s debugger allows an attacker to potentially execute code on a developer\u0027s machine. This can occur if the attacker tricks the developer into interacting with a controlled domain and subdomain and entering the debugger PIN. Although the debugger is meant to run locally, successful exploitation can give the attacker access to it by guessing a specific URL that triggers the debugger. The severity is rate as IMPORTANT because this flaw can potentially impacts confidentiality, integrity, and availability if the attacker can gain control.\n\nCeph uses an affected Werkzeug version but this vulnerability does not impact OpenShift Data Foundation (ODF) because the debugger is not set up or used on development machines, so there is no debugger to have information taken from.",
"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-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34069"
},
{
"category": "external",
"summary": "RHBZ#2279451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34069"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692",
"url": "https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-2g68-c3qc-8985",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-2g68-c3qc-8985"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-werkzeug: user may execute code on a developer\u0027s machine"
},
{
"cve": "CVE-2024-42353",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-08-14T20:00:29.950481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305004"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request\u0027s hostname. This issue, combined with user interaction, may become a vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect",
"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-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "RHBZ#2305004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42353",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42353"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob",
"url": "https://github.com/Pylons/webob"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b",
"url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3",
"url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3"
}
],
"release_date": "2024-08-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "workaround",
"details": "If the Response class is used, any HTTP Location header (i.e. location) can be rewritten so that it always passes a full URI that includes the hostname to redirect the user to.",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect"
},
{
"cve": "CVE-2024-47191",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-10-04T15:32:01.442000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2316488"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in a PAM module, the oath-toolkit. The module gained a feature that allowed placing the OTP state file, called the usersfile, in the home directory of the to-be-authenticated user. The PAM module performed unsafe file operations in the users\u0027 home directories. Since PAM stacks typically run as root, this flaw allows a malicious user to jeopardize an environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "oath-toolkit: Local root exploit in a PAM module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important rather than Moderate due to its potential for full privilege escalation without requiring complex attack vectors. The flaw in the `pam_oath.so` module allows unprivileged users to manipulate file operations within their home directories to exploit symlink attacks, enabling them to overwrite critical system files, such as `/etc/shadow`, with root-level privileges. Since PAM stacks typically run as root, this exploitation does not involve race conditions or reliance on environmental factors, making the attack straightforward and highly impactful.\n\nCeph uses an affected oath-toolkit version. However, it does not use the affected methods and it is not vulnerable to this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47191"
},
{
"category": "external",
"summary": "RHBZ#2316488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47191"
}
],
"release_date": "2024-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "oath-toolkit: Local root exploit in a PAM module"
},
{
"cve": "CVE-2024-48916",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2024-12-02T09:49:22.001000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329846"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in the Ceph Rados Gateway (RadosGW) OIDC provider allows attackers to bypass JWT signature verification by supplying a token with \"none\" as the algorithm (alg). This occurs because the implementation fails to enforce strict signature validation, enabling attackers to forge valid tokens without a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ceph: rhceph-container: Authentication bypass in CEPH RadosGW",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important due to its ability to bypass JWT signature verification in Ceph Rados Gateway, allowing attackers to forge tokens and gain unauthorized access.\n\nOpenShift Data Foundation (ODF) is affected but not vulnerable to this issue. To exploit this issue, an attacker needs to use OIDC and manually set the algorithm to \"none\", then RadosGW will not validate the signature on a JWT. ODF is protected because it uses the Vault API to interface with OIDC (and other providers) and it does not support \"none\" as an algorithm type.",
"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-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-48916"
},
{
"category": "external",
"summary": "RHBZ#2329846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329846"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-48916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48916"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-48916",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48916"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/pull/60624/commits/919da3696668a07c6810dfa39301950c81c2eba4",
"url": "https://github.com/ceph/ceph/pull/60624/commits/919da3696668a07c6810dfa39301950c81c2eba4"
},
{
"category": "external",
"summary": "https://github.com/ceph/ceph/security/advisories/GHSA-5g9m-mmp6-93mq",
"url": "https://github.com/ceph/ceph/security/advisories/GHSA-5g9m-mmp6-93mq"
},
{
"category": "external",
"summary": "https://tracker.ceph.com/issues/68836",
"url": "https://tracker.ceph.com/issues/68836"
}
],
"release_date": "2024-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T12:48:57+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el8cp.src",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el8cp.noarch",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el8cp.src",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el8cp.x86_64",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.ppc64le",
"8Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el8cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-2:18.2.1-329.el9cp.src",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-base-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-common-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-debugsource-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-exporter-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-immutable-object-cache-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mds-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mgr-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mib-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-mon-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-osd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-radosgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-resource-agents-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-selinux-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:ceph-test-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephadm-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:cephfs-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:cephfs-top-2:18.2.1-329.el9cp.noarch",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephfs2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libcephsqlite-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados-devel-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librados2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradospp-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:libradosstriper1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librbd1-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw-devel-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:librgw2-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-argparse-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-ceph-common-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-cephfs-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rados-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rbd-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:python3-rgw-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-fuse-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-mirror-debuginfo-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-2:18.2.1-329.el9cp.x86_64",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.ppc64le",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.s390x",
"9Base-RHCEPH-7.1-Tools:rbd-nbd-debuginfo-2:18.2.1-329.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ceph: rhceph-container: Authentication bypass in CEPH RadosGW"
}
]
}
RHSA-2025:9775
Vulnerability from csaf_redhat - Published: 2025-06-26 12:12 - Updated: 2026-08-19 17:34A flaw was found in python-certifi. Untrusted certificates from TrustCor have been found in the root certificates store.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in python-werkzeug. Browsers may allow "nameless" cookies like =value instead of key=value. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie for another subdomain. If a Werkzeug application is running next to a vulnerable or malicious subdomain that sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
A resource consumption flaw was found in python-werkzeug. If a specially crafted file is uploaded by a remote attacker, it may cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
A flaw was found in Ceph. Certain misconfigurations of CORS rules in Ceph could result in a significantly large memory allocation. This issue can lead to RGW crashing and a denial of service from an authenticated user on the network.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
A flaw was found in the keepalived package. An integer overflow occurs when incorrect arguments are passed. As a result, reading from an undefined address takes place.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become a vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
A vulnerability was found in a PAM module, the oath-toolkit. The module gained a feature that allowed placing the OTP state file, called the usersfile, in the home directory of the to-be-authenticated user. The PAM module performed unsafe file operations in the users' home directories. Since PAM stacks typically run as root, this flaw allows a malicious user to jeopardize an environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A new image for Red Hat Ceph Storage 8.1 is now available in the Red Hat\nEcosystem Catalog.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system with a Ceph management platform, deployment utilities, and support services. \n \nThese new packages include numerous enhancements, security and bug fixes, and known issues. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Ceph Storage Release Notes for information on the most significant of these changes: \n\nhttps://docs.redhat.com/en/documentation/red_hat_ceph_storage/8/html/8.1_release_notes",
"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:9775",
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2006083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2006083"
},
{
"category": "external",
"summary": "2016889",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2016889"
},
{
"category": "external",
"summary": "2047153",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047153"
},
{
"category": "external",
"summary": "2089305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089305"
},
{
"category": "external",
"summary": "2097853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097853"
},
{
"category": "external",
"summary": "2110983",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110983"
},
{
"category": "external",
"summary": "2121519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121519"
},
{
"category": "external",
"summary": "2124175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124175"
},
{
"category": "external",
"summary": "2129325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129325"
},
{
"category": "external",
"summary": "2134003",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134003"
},
{
"category": "external",
"summary": "2135354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135354"
},
{
"category": "external",
"summary": "2146728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2146728"
},
{
"category": "external",
"summary": "2170242",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242"
},
{
"category": "external",
"summary": "2170243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170243"
},
{
"category": "external",
"summary": "2180089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180089"
},
{
"category": "external",
"summary": "2186791",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186791"
},
{
"category": "external",
"summary": "2215374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215374"
},
{
"category": "external",
"summary": "2237854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237854"
},
{
"category": "external",
"summary": "2238814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238814"
},
{
"category": "external",
"summary": "2241321",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241321"
},
{
"category": "external",
"summary": "2242261",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242261"
},
{
"category": "external",
"summary": "2246310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246310"
},
{
"category": "external",
"summary": "2250826",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250826"
},
{
"category": "external",
"summary": "2251887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251887"
},
{
"category": "external",
"summary": "2253832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253832"
},
{
"category": "external",
"summary": "2265371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265371"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2269003",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269003"
},
{
"category": "external",
"summary": "2274719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274719"
},
{
"category": "external",
"summary": "2275856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275856"
},
{
"category": "external",
"summary": "2277697",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277697"
},
{
"category": "external",
"summary": "2279578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279578"
},
{
"category": "external",
"summary": "2279814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814"
},
{
"category": "external",
"summary": "2282092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282092"
},
{
"category": "external",
"summary": "2282276",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282276"
},
{
"category": "external",
"summary": "2282369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282369"
},
{
"category": "external",
"summary": "2282997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282997"
},
{
"category": "external",
"summary": "2291163",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2291163"
},
{
"category": "external",
"summary": "2292251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292251"
},
{
"category": "external",
"summary": "2292668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292668"
},
{
"category": "external",
"summary": "2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "2293659",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293659"
},
{
"category": "external",
"summary": "2293847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293847"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2294691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294691"
},
{
"category": "external",
"summary": "2295310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295310"
},
{
"category": "external",
"summary": "2297166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297166"
},
{
"category": "external",
"summary": "2298532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2298532"
},
{
"category": "external",
"summary": "2299776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299776"
},
{
"category": "external",
"summary": "2299777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299777"
},
{
"category": "external",
"summary": "2301434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301434"
},
{
"category": "external",
"summary": "2303640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2303640"
},
{
"category": "external",
"summary": "2304314",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304314"
},
{
"category": "external",
"summary": "2304317",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304317"
},
{
"category": "external",
"summary": "2305658",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305658"
},
{
"category": "external",
"summary": "2307146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307146"
},
{
"category": "external",
"summary": "2308344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308344"
},
{
"category": "external",
"summary": "2308641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308641"
},
{
"category": "external",
"summary": "2308647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308647"
},
{
"category": "external",
"summary": "2308662",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308662"
},
{
"category": "external",
"summary": "2309701",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309701"
},
{
"category": "external",
"summary": "2310433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310433"
},
{
"category": "external",
"summary": "2310527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310527"
},
{
"category": "external",
"summary": "2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "2312578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312578"
},
{
"category": "external",
"summary": "2312931",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312931"
},
{
"category": "external",
"summary": "2313279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313279"
},
{
"category": "external",
"summary": "2313407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313407"
},
{
"category": "external",
"summary": "2313513",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313513"
},
{
"category": "external",
"summary": "2314422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314422"
},
{
"category": "external",
"summary": "2314626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314626"
},
{
"category": "external",
"summary": "2314627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314627"
},
{
"category": "external",
"summary": "2314716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314716"
},
{
"category": "external",
"summary": "2314855",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314855"
},
{
"category": "external",
"summary": "2314858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314858"
},
{
"category": "external",
"summary": "2314995",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314995"
},
{
"category": "external",
"summary": "2315072",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315072"
},
{
"category": "external",
"summary": "2315401",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315401"
},
{
"category": "external",
"summary": "2315602",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315602"
},
{
"category": "external",
"summary": "2315603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315603"
},
{
"category": "external",
"summary": "2316488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316488"
},
{
"category": "external",
"summary": "2316598",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316598"
},
{
"category": "external",
"summary": "2316975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316975"
},
{
"category": "external",
"summary": "2317153",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317153"
},
{
"category": "external",
"summary": "2317528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317528"
},
{
"category": "external",
"summary": "2317735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317735"
},
{
"category": "external",
"summary": "2317777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317777"
},
{
"category": "external",
"summary": "2317785",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317785"
},
{
"category": "external",
"summary": "2317969",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317969"
},
{
"category": "external",
"summary": "2319125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319125"
},
{
"category": "external",
"summary": "2319199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319199"
},
{
"category": "external",
"summary": "2319356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319356"
},
{
"category": "external",
"summary": "2320860",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320860"
},
{
"category": "external",
"summary": "2321108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321108"
},
{
"category": "external",
"summary": "2321568",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321568"
},
{
"category": "external",
"summary": "2321765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321765"
},
{
"category": "external",
"summary": "2322398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322398"
},
{
"category": "external",
"summary": "2322664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322664"
},
{
"category": "external",
"summary": "2322677",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322677"
},
{
"category": "external",
"summary": "2323290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323290"
},
{
"category": "external",
"summary": "2323601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323601"
},
{
"category": "external",
"summary": "2323836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323836"
},
{
"category": "external",
"summary": "2323837",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2323837"
},
{
"category": "external",
"summary": "2324227",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324227"
},
{
"category": "external",
"summary": "2325383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325383"
},
{
"category": "external",
"summary": "2325397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325397"
},
{
"category": "external",
"summary": "2325408",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325408"
},
{
"category": "external",
"summary": "2326425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326425"
},
{
"category": "external",
"summary": "2327267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327267"
},
{
"category": "external",
"summary": "2327311",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327311"
},
{
"category": "external",
"summary": "2327402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327402"
},
{
"category": "external",
"summary": "2327774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327774"
},
{
"category": "external",
"summary": "2328008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2328008"
},
{
"category": "external",
"summary": "2329523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329523"
},
{
"category": "external",
"summary": "2330146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330146"
},
{
"category": "external",
"summary": "2330769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330769"
},
{
"category": "external",
"summary": "2330898",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330898"
},
{
"category": "external",
"summary": "2330954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330954"
},
{
"category": "external",
"summary": "2331411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331411"
},
{
"category": "external",
"summary": "2331703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331703"
},
{
"category": "external",
"summary": "2331781",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331781"
},
{
"category": "external",
"summary": "2331790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331790"
},
{
"category": "external",
"summary": "2332349",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2332349"
},
{
"category": "external",
"summary": "2335768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335768"
},
{
"category": "external",
"summary": "2336352",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336352"
},
{
"category": "external",
"summary": "2336503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336503"
},
{
"category": "external",
"summary": "2336863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336863"
},
{
"category": "external",
"summary": "2336885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336885"
},
{
"category": "external",
"summary": "2338097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338097"
},
{
"category": "external",
"summary": "2338119",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338119"
},
{
"category": "external",
"summary": "2338126",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338126"
},
{
"category": "external",
"summary": "2338149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338149"
},
{
"category": "external",
"summary": "2338402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338402"
},
{
"category": "external",
"summary": "2338406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338406"
},
{
"category": "external",
"summary": "2339092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339092"
},
{
"category": "external",
"summary": "2341711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341711"
},
{
"category": "external",
"summary": "2341761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341761"
},
{
"category": "external",
"summary": "2342208",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342208"
},
{
"category": "external",
"summary": "2342244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342244"
},
{
"category": "external",
"summary": "2342747",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342747"
},
{
"category": "external",
"summary": "2342752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342752"
},
{
"category": "external",
"summary": "2342827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342827"
},
{
"category": "external",
"summary": "2342909",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342909"
},
{
"category": "external",
"summary": "2342928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342928"
},
{
"category": "external",
"summary": "2343149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343149"
},
{
"category": "external",
"summary": "2343732",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343732"
},
{
"category": "external",
"summary": "2343918",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343918"
},
{
"category": "external",
"summary": "2343953",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343953"
},
{
"category": "external",
"summary": "2343968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343968"
},
{
"category": "external",
"summary": "2343980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343980"
},
{
"category": "external",
"summary": "2344191",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344191"
},
{
"category": "external",
"summary": "2344352",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344352"
},
{
"category": "external",
"summary": "2344731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344731"
},
{
"category": "external",
"summary": "2344746",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344746"
},
{
"category": "external",
"summary": "2344993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344993"
},
{
"category": "external",
"summary": "2345193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345193"
},
{
"category": "external",
"summary": "2345267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345267"
},
{
"category": "external",
"summary": "2345288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345288"
},
{
"category": "external",
"summary": "2345305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345305"
},
{
"category": "external",
"summary": "2345486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345486"
},
{
"category": "external",
"summary": "2345488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345488"
},
{
"category": "external",
"summary": "2345489",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345489"
},
{
"category": "external",
"summary": "2345721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345721"
},
{
"category": "external",
"summary": "2346615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346615"
},
{
"category": "external",
"summary": "2346769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346769"
},
{
"category": "external",
"summary": "2346829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346829"
},
{
"category": "external",
"summary": "2346896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346896"
},
{
"category": "external",
"summary": "2348395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348395"
},
{
"category": "external",
"summary": "2348670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348670"
},
{
"category": "external",
"summary": "2349010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349010"
},
{
"category": "external",
"summary": "2349077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349077"
},
{
"category": "external",
"summary": "2350069",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350069"
},
{
"category": "external",
"summary": "2350186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350186"
},
{
"category": "external",
"summary": "2350214",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350214"
},
{
"category": "external",
"summary": "2350227",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350227"
},
{
"category": "external",
"summary": "2350260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350260"
},
{
"category": "external",
"summary": "2350291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350291"
},
{
"category": "external",
"summary": "2350295",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350295"
},
{
"category": "external",
"summary": "2350416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350416"
},
{
"category": "external",
"summary": "2350472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350472"
},
{
"category": "external",
"summary": "2350551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350551"
},
{
"category": "external",
"summary": "2350578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350578"
},
{
"category": "external",
"summary": "2350580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350580"
},
{
"category": "external",
"summary": "2350592",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350592"
},
{
"category": "external",
"summary": "2350607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350607"
},
{
"category": "external",
"summary": "2351028",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351028"
},
{
"category": "external",
"summary": "2351048",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351048"
},
{
"category": "external",
"summary": "2351099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351099"
},
{
"category": "external",
"summary": "2351161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351161"
},
{
"category": "external",
"summary": "2351180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351180"
},
{
"category": "external",
"summary": "2351287",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351287"
},
{
"category": "external",
"summary": "2351292",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351292"
},
{
"category": "external",
"summary": "2351461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351461"
},
{
"category": "external",
"summary": "2351536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351536"
},
{
"category": "external",
"summary": "2351558",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351558"
},
{
"category": "external",
"summary": "2351790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351790"
},
{
"category": "external",
"summary": "2351836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351836"
},
{
"category": "external",
"summary": "2351842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351842"
},
{
"category": "external",
"summary": "2351846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351846"
},
{
"category": "external",
"summary": "2351868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351868"
},
{
"category": "external",
"summary": "2352427",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352427"
},
{
"category": "external",
"summary": "2352499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352499"
},
{
"category": "external",
"summary": "2352525",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352525"
},
{
"category": "external",
"summary": "2352534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352534"
},
{
"category": "external",
"summary": "2352585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352585"
},
{
"category": "external",
"summary": "2352840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352840"
},
{
"category": "external",
"summary": "2352898",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352898"
},
{
"category": "external",
"summary": "2353013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353013"
},
{
"category": "external",
"summary": "2353171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353171"
},
{
"category": "external",
"summary": "2353172",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353172"
},
{
"category": "external",
"summary": "2353305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353305"
},
{
"category": "external",
"summary": "2354000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354000"
},
{
"category": "external",
"summary": "2354043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354043"
},
{
"category": "external",
"summary": "2354192",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354192"
},
{
"category": "external",
"summary": "2354475",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354475"
},
{
"category": "external",
"summary": "2354498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354498"
},
{
"category": "external",
"summary": "2354499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354499"
},
{
"category": "external",
"summary": "2354501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354501"
},
{
"category": "external",
"summary": "2354529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354529"
},
{
"category": "external",
"summary": "2354788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354788"
},
{
"category": "external",
"summary": "2354858",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354858"
},
{
"category": "external",
"summary": "2354885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354885"
},
{
"category": "external",
"summary": "2354903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354903"
},
{
"category": "external",
"summary": "2354911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354911"
},
{
"category": "external",
"summary": "2355272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355272"
},
{
"category": "external",
"summary": "2355303",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355303"
},
{
"category": "external",
"summary": "2355344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355344"
},
{
"category": "external",
"summary": "2355683",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355683"
},
{
"category": "external",
"summary": "2355686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355686"
},
{
"category": "external",
"summary": "2355691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355691"
},
{
"category": "external",
"summary": "2355694",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355694"
},
{
"category": "external",
"summary": "2355703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355703"
},
{
"category": "external",
"summary": "2356355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356355"
},
{
"category": "external",
"summary": "2356515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356515"
},
{
"category": "external",
"summary": "2356526",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356526"
},
{
"category": "external",
"summary": "2356552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356552"
},
{
"category": "external",
"summary": "2356678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356678"
},
{
"category": "external",
"summary": "2356802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356802"
},
{
"category": "external",
"summary": "2356850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356850"
},
{
"category": "external",
"summary": "2356922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356922"
},
{
"category": "external",
"summary": "2356923",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356923"
},
{
"category": "external",
"summary": "2357127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357127"
},
{
"category": "external",
"summary": "2357179",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357179"
},
{
"category": "external",
"summary": "2357422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357422"
},
{
"category": "external",
"summary": "2357450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357450"
},
{
"category": "external",
"summary": "2357461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357461"
},
{
"category": "external",
"summary": "2357464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357464"
},
{
"category": "external",
"summary": "2357488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357488"
},
{
"category": "external",
"summary": "2358010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358010"
},
{
"category": "external",
"summary": "2358143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358143"
},
{
"category": "external",
"summary": "2358304",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358304"
},
{
"category": "external",
"summary": "2358435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358435"
},
{
"category": "external",
"summary": "2358455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358455"
},
{
"category": "external",
"summary": "2358617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358617"
},
{
"category": "external",
"summary": "2358641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358641"
},
{
"category": "external",
"summary": "2358769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358769"
},
{
"category": "external",
"summary": "2358806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358806"
},
{
"category": "external",
"summary": "2358807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358807"
},
{
"category": "external",
"summary": "2358816",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358816"
},
{
"category": "external",
"summary": "2358825",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358825"
},
{
"category": "external",
"summary": "2359017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359017"
},
{
"category": "external",
"summary": "2359056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359056"
},
{
"category": "external",
"summary": "2359057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359057"
},
{
"category": "external",
"summary": "2359062",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359062"
},
{
"category": "external",
"summary": "2359194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359194"
},
{
"category": "external",
"summary": "2359508",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359508"
},
{
"category": "external",
"summary": "2359515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359515"
},
{
"category": "external",
"summary": "2359556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359556"
},
{
"category": "external",
"summary": "2359598",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359598"
},
{
"category": "external",
"summary": "2359678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359678"
},
{
"category": "external",
"summary": "2359716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359716"
},
{
"category": "external",
"summary": "2359798",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359798"
},
{
"category": "external",
"summary": "2360152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360152"
},
{
"category": "external",
"summary": "2360666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360666"
},
{
"category": "external",
"summary": "2361465",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361465"
},
{
"category": "external",
"summary": "2361701",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361701"
},
{
"category": "external",
"summary": "2361737",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361737"
},
{
"category": "external",
"summary": "2361747",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361747"
},
{
"category": "external",
"summary": "2361817",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361817"
},
{
"category": "external",
"summary": "2361828",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361828"
},
{
"category": "external",
"summary": "2361872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361872"
},
{
"category": "external",
"summary": "2362278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362278"
},
{
"category": "external",
"summary": "2362289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362289"
},
{
"category": "external",
"summary": "2362859",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362859"
},
{
"category": "external",
"summary": "2362899",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362899"
},
{
"category": "external",
"summary": "2363085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363085"
},
{
"category": "external",
"summary": "2363086",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363086"
},
{
"category": "external",
"summary": "2363635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363635"
},
{
"category": "external",
"summary": "2364290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364290"
},
{
"category": "external",
"summary": "2364715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364715"
},
{
"category": "external",
"summary": "2365098",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365098"
},
{
"category": "external",
"summary": "2365146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365146"
},
{
"category": "external",
"summary": "2365154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365154"
},
{
"category": "external",
"summary": "2365869",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365869"
},
{
"category": "external",
"summary": "2365926",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2365926"
},
{
"category": "external",
"summary": "2366187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366187"
},
{
"category": "external",
"summary": "2366823",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366823"
},
{
"category": "external",
"summary": "2367319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367319"
},
{
"category": "external",
"summary": "2367419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367419"
},
{
"category": "external",
"summary": "2367433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367433"
},
{
"category": "external",
"summary": "2367444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367444"
},
{
"category": "external",
"summary": "2367723",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367723"
},
{
"category": "external",
"summary": "2368271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368271"
},
{
"category": "external",
"summary": "2368715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368715"
},
{
"category": "external",
"summary": "2369125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369125"
},
{
"category": "external",
"summary": "2369127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369127"
},
{
"category": "external",
"summary": "2369129",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369129"
},
{
"category": "external",
"summary": "2369786",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369786"
},
{
"category": "external",
"summary": "2369820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369820"
},
{
"category": "external",
"summary": "2370002",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370002"
},
{
"category": "external",
"summary": "2372523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372523"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9775.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ceph Storage 8.1 security, bug fix, and enhancement updates",
"tracking": {
"current_release_date": "2026-08-19T17:34:02+00:00",
"generator": {
"date": "2026-08-19T17:34:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:9775",
"initial_release_date": "2025-06-26T12:12:14+00:00",
"revision_history": [
{
"date": "2025-06-26T12:12:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-26T12:12:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-19T17:34:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ceph Storage 8.1 Tools",
"product": {
"name": "Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:8.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ceph Storage"
},
{
"branches": [
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "liboath-0:2.6.12-1.el9cp.x86_64",
"product_id": "liboath-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el9cp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-base-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-base-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-common-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-common-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-proxy2@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephfs2-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephfs2-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librados-devel-2:19.2.1-222.el9cp.x86_64",
"product_id": "librados-devel-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librados2-2:19.2.1-222.el9cp.x86_64",
"product_id": "librados2-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"product_id": "libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"product_id": "libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librbd-devel-2:19.2.1-222.el9cp.x86_64",
"product_id": "librbd-devel-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librbd1-2:19.2.1-222.el9cp.x86_64",
"product_id": "librbd1-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librgw-devel-2:19.2.1-222.el9cp.x86_64",
"product_id": "librgw-devel-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librgw2-2:19.2.1-222.el9cp.x86_64",
"product_id": "librgw2-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-rados-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-rados-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-rbd-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-rbd-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-rgw-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-rgw-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"product_id": "rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-client-nvmeof-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-daemon-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-proxy2-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product": {
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_id": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@19.2.1-222.el9cp?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "liboath-0:2.6.12-1.el9cp.ppc64le",
"product_id": "liboath-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el9cp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-base-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-base-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-common-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-common-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-proxy2@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librados-devel-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librados-devel-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librados2-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librados2-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librbd1-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librbd1-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librgw2-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librgw2-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-rados-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-rados-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"product_id": "rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-client-nvmeof-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-daemon-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-proxy2-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product": {
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_id": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@19.2.1-222.el9cp?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "liboath-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "liboath-0:2.6.12-1.el9cp.s390x",
"product_id": "liboath-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"product_id": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debugsource@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/liboath-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libpskc-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oathtool-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pam_oath-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_id": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pskctool-debuginfo@2.6.12-1.el9cp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ceph-base-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-base-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-base-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-common-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-common-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-fuse-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-fuse-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-selinux-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-selinux-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-selinux-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-selinux@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-devel@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-proxy2@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephfs2-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephfs2-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librados-devel-2:19.2.1-222.el9cp.s390x",
"product_id": "librados-devel-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librados2-2:19.2.1-222.el9cp.s390x",
"product_id": "librados2-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradospp-devel-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libradospp-devel-2:19.2.1-222.el9cp.s390x",
"product_id": "libradospp-devel-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradospp-devel@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libradosstriper1-2:19.2.1-222.el9cp.s390x",
"product_id": "libradosstriper1-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd-devel-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librbd-devel-2:19.2.1-222.el9cp.s390x",
"product_id": "librbd-devel-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd-devel@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librbd1-2:19.2.1-222.el9cp.s390x",
"product_id": "librbd1-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw-devel-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librgw-devel-2:19.2.1-222.el9cp.s390x",
"product_id": "librgw-devel-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw-devel@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librgw2-2:19.2.1-222.el9cp.s390x",
"product_id": "librgw2-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-argparse@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ceph-common@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-cephfs-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-cephfs-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-rados-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-rados-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-rbd-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-rbd-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-rgw-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-rgw-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "rbd-nbd-2:19.2.1-222.el9cp.s390x",
"product_id": "rbd-nbd-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debugsource@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-base-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-common-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-exporter-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-fuse-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-immutable-object-cache-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mds-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mgr-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-client-nvmeof-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mon-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-osd-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-radosgw-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-test-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-mirror-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-daemon-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs-proxy2-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephfs2-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libcephsqlite-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados-devel-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librados2-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libradosstriper1-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librbd1-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/librgw2-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cephfs-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rados-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rbd-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rgw-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-fuse-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-mirror-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product": {
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_id": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rbd-nbd-debuginfo@19.2.1-222.el9cp?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oath-toolkit-0:2.6.12-1.el9cp.src",
"product": {
"name": "oath-toolkit-0:2.6.12-1.el9cp.src",
"product_id": "oath-toolkit-0:2.6.12-1.el9cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oath-toolkit@2.6.12-1.el9cp?arch=src"
}
}
},
{
"category": "product_version",
"name": "cephadm-ansible-1:4.1.4-1.el9cp.src",
"product": {
"name": "cephadm-ansible-1:4.1.4-1.el9cp.src",
"product_id": "cephadm-ansible-1:4.1.4-1.el9cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephadm-ansible@4.1.4-1.el9cp?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ceph-2:19.2.1-222.el9cp.src",
"product": {
"name": "ceph-2:19.2.1-222.el9cp.src",
"product_id": "ceph-2:19.2.1-222.el9cp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph@19.2.1-222.el9cp?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"product": {
"name": "cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"product_id": "cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephadm-ansible@4.1.4-1.el9cp?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ceph-mib-2:19.2.1-222.el9cp.noarch",
"product": {
"name": "ceph-mib-2:19.2.1-222.el9cp.noarch",
"product_id": "ceph-mib-2:19.2.1-222.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-mib@19.2.1-222.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"product": {
"name": "ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"product_id": "ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ceph-resource-agents@19.2.1-222.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephadm-2:19.2.1-222.el9cp.noarch",
"product": {
"name": "cephadm-2:19.2.1-222.el9cp.noarch",
"product_id": "cephadm-2:19.2.1-222.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephadm@19.2.1-222.el9cp?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "cephfs-top-2:19.2.1-222.el9cp.noarch",
"product": {
"name": "cephfs-top-2:19.2.1-222.el9cp.noarch",
"product_id": "cephfs-top-2:19.2.1-222.el9cp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cephfs-top@19.2.1-222.el9cp?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-2:19.2.1-222.el9cp.src as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src"
},
"product_reference": "ceph-2:19.2.1-222.el9cp.src",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-base-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-base-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-base-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-common-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-common-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-common-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-debugsource-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-fuse-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mib-2:19.2.1-222.el9cp.noarch as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch"
},
"product_reference": "ceph-mib-2:19.2.1-222.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-resource-agents-2:19.2.1-222.el9cp.noarch as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch"
},
"product_reference": "ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-selinux-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-selinux-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephadm-2:19.2.1-222.el9cp.noarch as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch"
},
"product_reference": "cephadm-2:19.2.1-222.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephadm-ansible-1:4.1.4-1.el9cp.noarch as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch"
},
"product_reference": "cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephadm-ansible-1:4.1.4-1.el9cp.src as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src"
},
"product_reference": "cephadm-ansible-1:4.1.4-1.el9cp.src",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cephfs-top-2:19.2.1-222.el9cp.noarch as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch"
},
"product_reference": "cephfs-top-2:19.2.1-222.el9cp.noarch",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-devel-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephfs2-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephfs2-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "liboath-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "liboath-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "liboath-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librados-devel-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librados-devel-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librados-devel-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librados2-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librados2-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librados2-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librados2-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libradospp-devel-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradospp-devel-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libradosstriper1-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librbd-devel-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd-devel-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librbd-devel-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librbd1-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librbd1-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librbd1-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librgw-devel-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw-devel-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librgw-devel-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librgw2-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librgw2-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librgw2-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-0:2.6.12-1.el9cp.src as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src"
},
"product_reference": "oath-toolkit-0:2.6.12-1.el9cp.src",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
},
"product_reference": "pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ceph-common-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-cephfs-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-rados-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-rados-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-rados-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-rbd-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-rbd-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-rgw-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-rgw-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "rbd-nbd-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le"
},
"product_reference": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x"
},
"product_reference": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
},
"product_reference": "rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23491",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2023-03-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2180089"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-certifi. Untrusted certificates from TrustCor have been found in the root certificates store.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-certifi: untrusted root certificates",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Satellite is not vulnerable to this flaw as it ships a build of python-certifi that is patched to use system certs from /etc/pki/tls/certs/ca-bundle.crt.Redhat has rated this CVE as moderate because most redhat products use system-wide root CA certificate bundle instead of certifi bundle.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23491"
},
{
"category": "external",
"summary": "RHBZ#2180089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180089"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23491"
},
{
"category": "external",
"summary": "https://github.com/certifi/python-certifi/security/advisories/GHSA-43fp-rhv2-5gv8",
"url": "https://github.com/certifi/python-certifi/security/advisories/GHSA-43fp-rhv2-5gv8"
}
],
"release_date": "2022-12-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-certifi: untrusted root certificates"
},
{
"cve": "CVE-2023-23934",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170243"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-werkzeug. Browsers may allow \"nameless\" cookies like =value instead of key=value. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie for another subdomain. If a Werkzeug application is running next to a vulnerable or malicious subdomain that sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-werkzeug: cookie prefixed with = can shadow unprefixed cookie",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23934"
},
{
"category": "external",
"summary": "RHBZ#2170243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170243"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23934",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23934"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028",
"url": "https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3",
"url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-werkzeug: cookie prefixed with = can shadow unprefixed cookie"
},
{
"cve": "CVE-2023-25577",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170242"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-werkzeug: high resource usage when parsing multipart form data with many fields",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25577"
},
{
"category": "external",
"summary": "RHBZ#2170242",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25577"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1",
"url": "https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/releases/tag/2.2.3",
"url": "https://github.com/pallets/werkzeug/releases/tag/2.2.3"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-werkzeug: high resource usage when parsing multipart form data with many fields"
},
{
"cve": "CVE-2023-46136",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2023-10-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2246310"
}
],
"notes": [
{
"category": "description",
"text": "A resource consumption flaw was found in python-werkzeug. If a specially crafted file is uploaded by a remote attacker, it may cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-werkzeug: high resource consumption leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability found in python-werkzeug, which lets attackers carry out denial of service attacks by using carefully crafted multipart data, is considered a moderate issue because it could affect system resources and availability. When this vulnerability is exploited, it can cause the CPU to work excessively hard because the parsing mechanism keeps adding data chunks to an internal buffer without checking boundaries properly. This can result in legitimate requests being delayed or denied as worker processes get overloaded, affecting how well the web application performs and responds. While this problem doesn\u2019t directly compromise data integrity or confidentiality, exploiting it can disrupt the availability of the service, which is why it\u2019s seen as a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-46136"
},
{
"category": "external",
"summary": "RHBZ#2246310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-46136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46136"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/f3c803b3ade485a45f12b6d6617595350c0f03e2",
"url": "https://github.com/pallets/werkzeug/commit/f3c803b3ade485a45f12b6d6617595350c0f03e2"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-hrfv-mqp8-q5rw",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-hrfv-mqp8-q5rw"
}
],
"release_date": "2023-10-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-werkzeug: high resource consumption leading to denial of service"
},
{
"cve": "CVE-2023-46159",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-06-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ceph. Certain misconfigurations of CORS rules in Ceph could result in a significantly large memory allocation. This issue can lead to RGW crashing and a denial of service from an authenticated user on the network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ceph: RGW crash upon misconfigured CORS rule",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux does not ship RGW, only the associated client libraries. Hence, versions of Ceph shipped in RHEL are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-46159"
},
{
"category": "external",
"summary": "RHBZ#2215374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-46159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46159"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46159",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46159"
}
],
"release_date": "2023-10-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ceph: RGW crash upon misconfigured CORS rule"
},
{
"cve": "CVE-2024-41184",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2024-07-18T01:20:41+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2298532"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the keepalived package. An integer overflow occurs when incorrect arguments are passed. As a result, reading from an undefined address takes place.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keepalived: Integer overflow vulnerability in vrrp_ipsets_handler",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described vulnerability in the keepalived package, characterized by an integer overflow in the vrrp_ipsets_handler function of fglobal_parser.c, is assessed as moderate severity rather than important due to the specific conditions required for exploitation. The flaw necessitates the manual configuration of an empty ipset name, a scenario that deviates from standard operational procedures. This constraint significantly reduces the likelihood of the vulnerability being exploited in typical deployment environments. Additionally, the primary consequence of this integer overflow is reading from an undefined address, which, while potentially disruptive, is less severe compared to vulnerabilities that allow arbitrary code execution or privilege escalation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41184"
},
{
"category": "external",
"summary": "RHBZ#2298532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2298532"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41184"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41184",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41184"
},
{
"category": "external",
"summary": "https://github.com/acassen/keepalived/issues/2447#issuecomment-2231329734",
"url": "https://github.com/acassen/keepalived/issues/2447#issuecomment-2231329734"
}
],
"release_date": "2024-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "keepalived: Integer overflow vulnerability in vrrp_ipsets_handler"
},
{
"cve": "CVE-2024-42353",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-08-14T20:00:29.950481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305004"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request\u0027s hostname. This issue, combined with user interaction, may become a vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "RHBZ#2305004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42353",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42353"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42353"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob",
"url": "https://github.com/Pylons/webob"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b",
"url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"
},
{
"category": "external",
"summary": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3",
"url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3"
}
],
"release_date": "2024-08-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
},
{
"category": "workaround",
"details": "If the Response class is used, any HTTP Location header (i.e. location) can be rewritten so that it always passes a full URI that includes the hostname to redirect the user to.",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "webob: WebOb\u0027s location header normalization during redirect leads to open redirect"
},
{
"cve": "CVE-2024-47191",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-10-04T15:32:01.442000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2316488"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in a PAM module, the oath-toolkit. The module gained a feature that allowed placing the OTP state file, called the usersfile, in the home directory of the to-be-authenticated user. The PAM module performed unsafe file operations in the users\u0027 home directories. Since PAM stacks typically run as root, this flaw allows a malicious user to jeopardize an environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "oath-toolkit: Local root exploit in a PAM module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important rather than Moderate due to its potential for full privilege escalation without requiring complex attack vectors. The flaw in the `pam_oath.so` module allows unprivileged users to manipulate file operations within their home directories to exploit symlink attacks, enabling them to overwrite critical system files, such as `/etc/shadow`, with root-level privileges. Since PAM stacks typically run as root, this exploitation does not involve race conditions or reliance on environmental factors, making the attack straightforward and highly impactful.\n\nCeph uses an affected oath-toolkit version. However, it does not use the affected methods and it is not vulnerable to this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47191"
},
{
"category": "external",
"summary": "RHBZ#2316488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47191"
}
],
"release_date": "2024-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T12:12:14+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\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:ceph-2:19.2.1-222.el9cp.src",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-base-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-common-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-debugsource-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-exporter-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-immutable-object-cache-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mds-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mgr-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mib-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-client-nvmeof-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-mon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-osd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-radosgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-resource-agents-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-selinux-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:ceph-test-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephadm-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:cephadm-ansible-1:4.1.4-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:cephfs-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:cephfs-top-2:19.2.1-222.el9cp.noarch",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-daemon-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs-proxy2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephfs2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libcephsqlite-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:liboath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libpskc-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados-devel-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librados2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradospp-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:libradosstriper1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librbd1-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw-devel-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:librgw2-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-0:2.6.12-1.el9cp.src",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oath-toolkit-debugsource-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:oathtool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pam_oath-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:pskctool-debuginfo-0:2.6.12-1.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-argparse-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-ceph-common-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-cephfs-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rados-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rbd-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:python3-rgw-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-fuse-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-mirror-debuginfo-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-2:19.2.1-222.el9cp.x86_64",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.ppc64le",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.s390x",
"9Base-RHCEPH-8.1-Tools:rbd-nbd-debuginfo-2:19.2.1-222.el9cp.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "oath-toolkit: Local root exploit in a PAM module"
}
]
}
SUSE-SU-2024:2969-1
Vulnerability from csaf_suse - Published: 2024-08-19 14:41 - Updated: 2024-08-19 14:41| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:python-WebOb-1.2.3-3.3.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-WebOb",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-WebOb fixes the following issues:\n \n- CVE-2024-42353: Fixed open redirect via WebOb\u0027s Response object in Location header (bsc#1229221)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2969,SUSE-SLE-Module-Public-Cloud-12-2024-2969",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2969-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2969-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242969-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2969-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-August/036625.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229221",
"url": "https://bugzilla.suse.com/1229221"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-42353 page",
"url": "https://www.suse.com/security/cve/CVE-2024-42353/"
}
],
"title": "Security update for python-WebOb",
"tracking": {
"current_release_date": "2024-08-19T14:41:33Z",
"generator": {
"date": "2024-08-19T14:41:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2969-1",
"initial_release_date": "2024-08-19T14:41:33Z",
"revision_history": [
{
"date": "2024-08-19T14:41:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-WebOb-1.2.3-3.3.1.noarch",
"product": {
"name": "python-WebOb-1.2.3-3.3.1.noarch",
"product_id": "python-WebOb-1.2.3-3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "python-WebOb-doc-1.2.3-3.3.1.noarch",
"product": {
"name": "python-WebOb-doc-1.2.3-3.3.1.noarch",
"product_id": "python-WebOb-doc-1.2.3-3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-WebOb-1.2.3-3.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-WebOb-1.2.3-3.3.1.noarch"
},
"product_reference": "python-WebOb-1.2.3-3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42353",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-42353"
}
],
"notes": [
{
"category": "general",
"text": "WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:python-WebOb-1.2.3-3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-42353",
"url": "https://www.suse.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "SUSE Bug 1229221 for CVE-2024-42353",
"url": "https://bugzilla.suse.com/1229221"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 12:python-WebOb-1.2.3-3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:python-WebOb-1.2.3-3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-19T14:41:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-42353"
}
]
}
SUSE-SU-2024:2970-1
Vulnerability from csaf_suse - Published: 2024-08-19 14:41 - Updated: 2024-08-19 14:41| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:python311-WebOb-1.8.7-150400.11.6.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-WebOb",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-WebOb fixes the following issues:\n\n- CVE-2024-42353: Fixed open redirect via WebOb\u0027s Response object in Location header (bsc#1229221)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2970,openSUSE-SLE-15.6-2024-2970",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2970-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2970-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242970-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2970-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019276.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229221",
"url": "https://bugzilla.suse.com/1229221"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-42353 page",
"url": "https://www.suse.com/security/cve/CVE-2024-42353/"
}
],
"title": "Security update for python-WebOb",
"tracking": {
"current_release_date": "2024-08-19T14:41:46Z",
"generator": {
"date": "2024-08-19T14:41:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2970-1",
"initial_release_date": "2024-08-19T14:41:46Z",
"revision_history": [
{
"date": "2024-08-19T14:41:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-WebOb-1.8.7-150400.11.6.1.noarch",
"product": {
"name": "python311-WebOb-1.8.7-150400.11.6.1.noarch",
"product_id": "python311-WebOb-1.8.7-150400.11.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-WebOb-1.8.7-150400.11.6.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-WebOb-1.8.7-150400.11.6.1.noarch"
},
"product_reference": "python311-WebOb-1.8.7-150400.11.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42353",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-42353"
}
],
"notes": [
{
"category": "general",
"text": "WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:python311-WebOb-1.8.7-150400.11.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-42353",
"url": "https://www.suse.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "SUSE Bug 1229221 for CVE-2024-42353",
"url": "https://bugzilla.suse.com/1229221"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:python311-WebOb-1.8.7-150400.11.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:python311-WebOb-1.8.7-150400.11.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-08-19T14:41:46Z",
"details": "moderate"
}
],
"title": "CVE-2024-42353"
}
]
}
SUSE-SU-2024:3116-1
Vulnerability from csaf_suse - Published: 2024-09-03 15:07 - Updated: 2024-09-03 15:07| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-WebOb-1.7.4-150000.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-WebOb-1.7.4-150000.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:python2-WebOb-1.7.4-150000.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:python2-WebOb-1.7.4-150000.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python-WebOb-doc-1.7.4-150000.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python3-WebOb-1.7.4-150000.3.3.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-WebOb",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-WebOb fixes the following issues:\n\n- CVE-2024-42353: Fixed open redirect via WebOb\u0027s Response object in Location header (bsc#1229221)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3116,SUSE-SLE-Module-Basesystem-15-SP5-2024-3116,SUSE-SLE-Module-Basesystem-15-SP6-2024-3116,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3116,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3116,openSUSE-SLE-15.5-2024-3116",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3116-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3116-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243116-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3116-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036755.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229221",
"url": "https://bugzilla.suse.com/1229221"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-42353 page",
"url": "https://www.suse.com/security/cve/CVE-2024-42353/"
}
],
"title": "Security update for python-WebOb",
"tracking": {
"current_release_date": "2024-09-03T15:07:06Z",
"generator": {
"date": "2024-09-03T15:07:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3116-1",
"initial_release_date": "2024-09-03T15:07:06Z",
"revision_history": [
{
"date": "2024-09-03T15:07:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-WebOb-doc-1.7.4-150000.3.3.1.noarch",
"product": {
"name": "python-WebOb-doc-1.7.4-150000.3.3.1.noarch",
"product_id": "python-WebOb-doc-1.7.4-150000.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "python2-WebOb-1.7.4-150000.3.3.1.noarch",
"product": {
"name": "python2-WebOb-1.7.4-150000.3.3.1.noarch",
"product_id": "python2-WebOb-1.7.4-150000.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-WebOb-1.7.4-150000.3.3.1.noarch",
"product": {
"name": "python3-WebOb-1.7.4-150000.3.3.1.noarch",
"product_id": "python3-WebOb-1.7.4-150000.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-WebOb-1.7.4-150000.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-WebOb-1.7.4-150000.3.3.1.noarch"
},
"product_reference": "python3-WebOb-1.7.4-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-WebOb-1.7.4-150000.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-WebOb-1.7.4-150000.3.3.1.noarch"
},
"product_reference": "python3-WebOb-1.7.4-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-WebOb-1.7.4-150000.3.3.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:python2-WebOb-1.7.4-150000.3.3.1.noarch"
},
"product_reference": "python2-WebOb-1.7.4-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-WebOb-1.7.4-150000.3.3.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python2-WebOb-1.7.4-150000.3.3.1.noarch"
},
"product_reference": "python2-WebOb-1.7.4-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-WebOb-doc-1.7.4-150000.3.3.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python-WebOb-doc-1.7.4-150000.3.3.1.noarch"
},
"product_reference": "python-WebOb-doc-1.7.4-150000.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-WebOb-1.7.4-150000.3.3.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python3-WebOb-1.7.4-150000.3.3.1.noarch"
},
"product_reference": "python3-WebOb-1.7.4-150000.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42353",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-42353"
}
],
"notes": [
{
"category": "general",
"text": "WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:python2-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python2-WebOb-1.7.4-150000.3.3.1.noarch",
"openSUSE Leap 15.5:python-WebOb-doc-1.7.4-150000.3.3.1.noarch",
"openSUSE Leap 15.5:python3-WebOb-1.7.4-150000.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-42353",
"url": "https://www.suse.com/security/cve/CVE-2024-42353"
},
{
"category": "external",
"summary": "SUSE Bug 1229221 for CVE-2024-42353",
"url": "https://bugzilla.suse.com/1229221"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:python2-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python2-WebOb-1.7.4-150000.3.3.1.noarch",
"openSUSE Leap 15.5:python-WebOb-doc-1.7.4-150000.3.3.1.noarch",
"openSUSE Leap 15.5:python3-WebOb-1.7.4-150000.3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:python2-WebOb-1.7.4-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python2-WebOb-1.7.4-150000.3.3.1.noarch",
"openSUSE Leap 15.5:python-WebOb-doc-1.7.4-150000.3.3.1.noarch",
"openSUSE Leap 15.5:python3-WebOb-1.7.4-150000.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-03T15:07:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-42353"
}
]
}
ubuntu-cve-2024-42353
Vulnerability from osv_ubuntu
WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the start of a string as a URI without a scheme, and then treats the next part as the hostname. urljoin will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-webob",
"binary_version": "1.5.1-1"
},
{
"binary_name": "python3-webob",
"binary_version": "1.5.1-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "python-webob",
"purl": "pkg:deb/ubuntu/python-webob@1.5.1-1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.4.1-1",
"1.5.1-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-webob",
"binary_version": "1:1.7.3-2fakesync1"
},
{
"binary_name": "python3-webob",
"binary_version": "1:1.7.3-2fakesync1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "python-webob",
"purl": "pkg:deb/ubuntu/python-webob@1:1.7.3-2fakesync1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:1.7.2-0ubuntu1",
"1:1.7.3-0ubuntu1",
"1:1.7.3-2fakesync1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "python3-webob",
"binary_version": "1:1.8.5-2ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "python-webob",
"purl": "pkg:deb/ubuntu/python-webob@1:1.8.5-2ubuntu0.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:1.8.5-2ubuntu0.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:1.8.5-1",
"1:1.8.5-1build1",
"1:1.8.5-2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "python3-webob",
"binary_version": "1:1.8.6-1.1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "python-webob",
"purl": "pkg:deb/ubuntu/python-webob@1:1.8.6-1.1ubuntu0.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:1.8.6-1.1ubuntu0.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:1.8.6-1.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "python3-webob",
"binary_version": "1:1.8.7-1ubuntu0.1.24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "python-webob",
"purl": "pkg:deb/ubuntu/python-webob@1:1.8.7-1ubuntu0.1.24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:1.8.7-1ubuntu0.1.24.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:1.8.6-3",
"1:1.8.7-1"
]
}
],
"aliases": [],
"details": "WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8.",
"id": "UBUNTU-CVE-2024-42353",
"modified": "2026-01-20T05:20:38Z",
"published": "2024-08-14T21:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-42353"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42353"
},
{
"type": "REPORT",
"url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3"
},
{
"type": "REPORT",
"url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-6984-1"
}
],
"related": [
"USN-6984-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-42353"
]
}
WID-SEC-W-2024-2183
Vulnerability from csaf_certbund - Published: 2024-09-18 22:00 - Updated: 2026-08-02 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenStack Services on OpenShift
Red Hat / OpenStack
|
cpe:/a:redhat:openstack:services_on_openshift
|
Services on OpenShift | |
|
Red Hat OpenShift Container Platform <4.14.38
Red Hat / OpenShift
|
Container Platform <4.14.38 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.67
Red Hat / OpenShift
|
Container Platform <4.12.67 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.\r\nRed Hat OpenStack ist eine Sammlung von Diensten, um Cloud-Computing in Form von Infrastructure as a Service (IaaS) bereitstellen zu k\u00f6nnen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux und Red Hat OpenStack ausnutzen, um falsche Informationen darzustellen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-2183 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-2183.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-2183 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-2183"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2024-09-18",
"url": "https://access.redhat.com/errata/RHSA-2024:6775"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:6827 vom 2024-09-24",
"url": "https://access.redhat.com/errata/RHSA-2024:6827"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7179 vom 2024-10-02",
"url": "https://access.redhat.com/errata/RHSA-2024:7182"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7187 vom 2024-10-03",
"url": "https://access.redhat.com/errata/RHSA-2024:7187"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7590 vom 2024-10-09",
"url": "https://access.redhat.com/errata/RHSA-2024:7590"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7939 vom 2024-10-16",
"url": "https://access.redhat.com/errata/RHSA-2024:7941"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9989 vom 2024-11-21",
"url": "https://access.redhat.com/errata/RHSA-2024:9989"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9983 vom 2024-11-21",
"url": "https://access.redhat.com/errata/RHSA-2024:9983"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2726 vom 2025-01-10",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2726.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4664 vom 2025-05-07",
"url": "https://access.redhat.com/errata/RHSA-2025:4664"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9775 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9775"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2026-D45DF1F4CC vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2026-d45df1f4cc"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2026-09D95C6A82 vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2026-09d95c6a82"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2026-028D944C92 vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2026-028d944c92"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-CD35233572 vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-cd35233572"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-7AAA63DD24 vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-7aaa63dd24"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-53BFD89D67 vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-53bfd89d67"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-505B90C299 vom 2026-08-02",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-505b90c299"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux: Schwachstelle erm\u00f6glicht Darstellen falscher Informationen",
"tracking": {
"current_release_date": "2026-08-02T22:00:00.000+00:00",
"generator": {
"date": "2026-08-03T07:16:17.524+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2024-2183",
"initial_release_date": "2024-09-18T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-09-18T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-09-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-01T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-03T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-08T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-10-16T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-20T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-01-09T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-02T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Fedora aufgenommen"
}
],
"status": "final",
"version": "11"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74178",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.38",
"product_id": "T037940"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.38",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.38",
"product_id": "T037940-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.38"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.67",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.67",
"product_id": "T038079"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.67",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.67",
"product_id": "T038079-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.67"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "Services on OpenShift",
"product": {
"name": "Red Hat OpenStack Services on OpenShift",
"product_id": "T037742",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:services_on_openshift"
}
}
}
],
"category": "product_name",
"name": "OpenStack"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42353",
"product_status": {
"known_affected": [
"67646",
"T037742",
"T037940",
"74178",
"398363",
"T038079"
]
},
"release_date": "2024-09-18T22:00:00.000+00:00",
"title": "CVE-2024-42353"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.